Searched refs:pnvm_data (Results 1 – 1 of 1) sorted by relevance
39 u8 *pnvm_data = NULL, *tmp; in iwl_pnvm_handle_section() local118 tmp = krealloc(pnvm_data, size + data_len, GFP_KERNEL); in iwl_pnvm_handle_section()127 pnvm_data = tmp; in iwl_pnvm_handle_section()129 memcpy(pnvm_data + size, section->data, data_len); in iwl_pnvm_handle_section()167 ret = iwl_trans_set_pnvm(trans, pnvm_data, size); in iwl_pnvm_handle_section()169 kfree(pnvm_data); in iwl_pnvm_handle_section()