Searched refs:tresp (Results 1 – 1 of 1) sorted by relevance
1364 void *treq, *tresp = NULL; in ath10k_pci_hif_exchange_bmi_msg() local1387 tresp = kzalloc(*resp_len, GFP_KERNEL); in ath10k_pci_hif_exchange_bmi_msg()1388 if (!tresp) { in ath10k_pci_hif_exchange_bmi_msg()1393 resp_paddr = dma_map_single(ar->dev, tresp, *resp_len, in ath10k_pci_hif_exchange_bmi_msg()1437 memcpy(resp, tresp, xfer.resp_len); in ath10k_pci_hif_exchange_bmi_msg()1441 kfree(tresp); in ath10k_pci_hif_exchange_bmi_msg()