Searched refs:ath10k_ce_send (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | ce.h | 158 /* ath10k_ce_send flags */ 174 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state,
|
H A D | ce.c | 485 * Guts of ath10k_ce_send. 666 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state, in ath10k_ce_send() function 684 EXPORT_SYMBOL(ath10k_ce_send); variable
|
H A D | pci.c | 953 ret = ath10k_ce_send(ce_diag, NULL, (u32)address, nbytes, 0, 0); in ath10k_pci_diag_read_mem() 1106 ret = ath10k_ce_send(ce_diag, NULL, ce_data_base, nbytes, 0, 0); in ath10k_pci_diag_write_mem() 2158 ret = ath10k_ce_send(ce_tx, &xfer, req_paddr, req_len, -1, 0); in ath10k_pci_hif_exchange_bmi_msg()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | ce.h | 158 /* ath10k_ce_send flags */ 174 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state,
|
H A D | ce.c | 418 * Guts of ath10k_ce_send. 599 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state, in ath10k_ce_send() function 617 EXPORT_SYMBOL(ath10k_ce_send); variable
|
H A D | pci.c | 953 ret = ath10k_ce_send(ce_diag, NULL, (u32)address, nbytes, 0, 0); in ath10k_pci_diag_read_mem() 1106 ret = ath10k_ce_send(ce_diag, NULL, ce_data_base, nbytes, 0, 0); in ath10k_pci_diag_write_mem() 2159 ret = ath10k_ce_send(ce_tx, &xfer, req_paddr, req_len, -1, 0); in ath10k_pci_hif_exchange_bmi_msg()
|
Completed in 18 milliseconds