Searched refs:pnvm_data (Results 1 – 1 of 1) sorted by relevance
40 u8 *pnvm_data = NULL, *tmp; in iwl_pnvm_handle_section() local119 tmp = krealloc(pnvm_data, size + data_len, GFP_KERNEL); in iwl_pnvm_handle_section()128 pnvm_data = tmp; in iwl_pnvm_handle_section()130 memcpy(pnvm_data + size, section->data, data_len); in iwl_pnvm_handle_section()168 ret = iwl_trans_set_pnvm(trans, pnvm_data, size); in iwl_pnvm_handle_section()170 kfree(pnvm_data); in iwl_pnvm_handle_section()