Searched refs:ce_tx (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
D | pci.c | 2090 struct ath10k_ce_pipe *ce_tx = pci_tx->ce_hdl; in ath10k_pci_hif_exchange_bmi_msg() local 2138 ret = ath10k_ce_send(ce_tx, &xfer, req_paddr, req_len, -1, 0); in ath10k_pci_hif_exchange_bmi_msg() 2142 ret = ath10k_pci_bmi_wait(ar, ce_tx, ce_rx, &xfer); in ath10k_pci_hif_exchange_bmi_msg() 2148 ath10k_ce_cancel_send_next(ce_tx, NULL, &unused_buffer, in ath10k_pci_hif_exchange_bmi_msg()
|