Searched refs:tresp (Results 1 – 1 of 1) sorted by relevance
2203 void *treq, *tresp = NULL; in ath10k_pci_hif_exchange_bmi_msg() local2226 tresp = kzalloc(*resp_len, GFP_KERNEL); in ath10k_pci_hif_exchange_bmi_msg()2227 if (!tresp) { in ath10k_pci_hif_exchange_bmi_msg()2232 resp_paddr = dma_map_single(ar->dev, tresp, *resp_len, in ath10k_pci_hif_exchange_bmi_msg()2276 memcpy(resp, tresp, *resp_len); in ath10k_pci_hif_exchange_bmi_msg()2280 kfree(tresp); in ath10k_pci_hif_exchange_bmi_msg()