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