Searched refs:ce_tx (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | pci.c | 2112 struct ath10k_ce_pipe *ce_tx = pci_tx->ce_hdl; in ath10k_pci_hif_exchange_bmi_msg() local 2160 ret = ath10k_ce_send(ce_tx, &xfer, req_paddr, req_len, -1, 0); in ath10k_pci_hif_exchange_bmi_msg() 2164 ret = ath10k_pci_bmi_wait(ar, ce_tx, ce_rx, &xfer); in ath10k_pci_hif_exchange_bmi_msg() 2170 ath10k_ce_cancel_send_next(ce_tx, NULL, &unused_buffer, in ath10k_pci_hif_exchange_bmi_msg()
|