Searched refs:tresp (Results 1 – 1 of 1) sorted by relevance
1712 void *treq, *tresp = NULL; in ath10k_pci_hif_exchange_bmi_msg() local1735 tresp = kzalloc(*resp_len, GFP_KERNEL); in ath10k_pci_hif_exchange_bmi_msg()1736 if (!tresp) { in ath10k_pci_hif_exchange_bmi_msg()1741 resp_paddr = dma_map_single(ar->dev, tresp, *resp_len, in ath10k_pci_hif_exchange_bmi_msg()1785 memcpy(resp, tresp, xfer.resp_len); in ath10k_pci_hif_exchange_bmi_msg()1789 kfree(tresp); in ath10k_pci_hif_exchange_bmi_msg()