Searched refs:tresp (Results 1 – 1 of 1) sorted by relevance
2116 void *treq, *tresp = NULL; in ath10k_pci_hif_exchange_bmi_msg() local2139 tresp = kzalloc(*resp_len, GFP_KERNEL); in ath10k_pci_hif_exchange_bmi_msg()2140 if (!tresp) { in ath10k_pci_hif_exchange_bmi_msg()2145 resp_paddr = dma_map_single(ar->dev, tresp, *resp_len, in ath10k_pci_hif_exchange_bmi_msg()2189 memcpy(resp, tresp, *resp_len); in ath10k_pci_hif_exchange_bmi_msg()2193 kfree(tresp); in ath10k_pci_hif_exchange_bmi_msg()