Home
last modified time | relevance | path

Searched refs:send_cb (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
A Dce.h124 void (*send_cb)(struct ath10k_ce_pipe *); member
301 void (*send_cb)(struct ath10k_ce_pipe *); member
A Dce.c1318 if (ce_state->send_cb) in ath10k_ce_per_engine_service()
1319 ce_state->send_cb(ce_state); in ath10k_ce_per_engine_service()
1362 (ce_state->send_cb || ce_state->recv_cb)) in ath10k_ce_per_engine_handler_adjust()
1962 ce_state->send_cb = attr->send_cb; in ath10k_ce_alloc_pipe()
A Dsnoc.c142 .send_cb = ath10k_snoc_htc_tx_cb,
169 .send_cb = ath10k_snoc_htc_tx_cb,
178 .send_cb = ath10k_snoc_htt_tx_cb,
A Dpci.c126 .send_cb = ath10k_pci_htc_tx_cb,
153 .send_cb = ath10k_pci_htc_tx_cb,
162 .send_cb = ath10k_pci_htt_tx_cb,
/linux/drivers/net/wireless/ath/ath11k/
A Dce.c639 pipe->send_cb = ath11k_ce_send_done_cb; in ath11k_ce_alloc_pipe()
671 if (pipe->send_cb) in ath11k_ce_per_engine_service()
672 pipe->send_cb(pipe); in ath11k_ce_per_engine_service()
682 if ((pipe->attr_flags & CE_ATTR_DIS_INTR) && pipe->send_cb) in ath11k_ce_poll_send_completed()
683 pipe->send_cb(pipe); in ath11k_ce_poll_send_completed()
A Dce.h157 void (*send_cb)(struct ath11k_ce_pipe *); member

Completed in 25 milliseconds