Home
last modified time | relevance | path

Searched refs:tresp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dpci.c2115 void *treq, *tresp = NULL; in ath10k_pci_hif_exchange_bmi_msg() local
2138 tresp = kzalloc(*resp_len, GFP_KERNEL); in ath10k_pci_hif_exchange_bmi_msg()
2139 if (!tresp) { in ath10k_pci_hif_exchange_bmi_msg()
2144 resp_paddr = dma_map_single(ar->dev, tresp, *resp_len, in ath10k_pci_hif_exchange_bmi_msg()
2188 memcpy(resp, tresp, *resp_len); in ath10k_pci_hif_exchange_bmi_msg()
2192 kfree(tresp); in ath10k_pci_hif_exchange_bmi_msg()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dpci.c2116 void *treq, *tresp = NULL; in ath10k_pci_hif_exchange_bmi_msg() local
2139 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()

Completed in 9 milliseconds