Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dce.h124 void (*send_cb)(struct ath10k_ce_pipe *); member
301 void (*send_cb)(struct ath10k_ce_pipe *); member
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()
Dsnoc.c141 .send_cb = ath10k_snoc_htc_tx_cb,
168 .send_cb = ath10k_snoc_htc_tx_cb,
177 .send_cb = ath10k_snoc_htt_tx_cb,
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,
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Dce.c585 pipe->send_cb = ath11k_ce_send_done_cb; in ath11k_ce_alloc_pipe()
617 if (pipe->send_cb) in ath11k_ce_per_engine_service()
618 pipe->send_cb(pipe); in ath11k_ce_per_engine_service()
628 if ((pipe->attr_flags & CE_ATTR_DIS_INTR) && pipe->send_cb) in ath11k_ce_poll_send_completed()
629 pipe->send_cb(pipe); in ath11k_ce_poll_send_completed()
Dce.h157 void (*send_cb)(struct ath11k_ce_pipe *); member