Searched refs:tresp (Results 1 – 1 of 1) sorted by relevance
2114 void *treq, *tresp = NULL; in ath10k_pci_hif_exchange_bmi_msg() local2137 tresp = kzalloc(*resp_len, GFP_KERNEL); in ath10k_pci_hif_exchange_bmi_msg()2138 if (!tresp) { in ath10k_pci_hif_exchange_bmi_msg()2143 resp_paddr = dma_map_single(ar->dev, tresp, *resp_len, in ath10k_pci_hif_exchange_bmi_msg()2187 memcpy(resp, tresp, *resp_len); in ath10k_pci_hif_exchange_bmi_msg()2191 kfree(tresp); in ath10k_pci_hif_exchange_bmi_msg()