Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dce.h121 void (*send_cb)(struct ath11k_base *, struct sk_buff *); member
175 void (*send_cb)(struct ath11k_base *, struct sk_buff *); member
/linux/drivers/net/wireless/ath/ath10k/
H A Dce.h124 void (*send_cb)(struct ath10k_ce_pipe *); member
301 void (*send_cb)(struct ath10k_ce_pipe *); member
H A Dce.c1254 if (ce_state->send_cb) in ath10k_ce_per_engine_service()
1255 ce_state->send_cb(ce_state); in ath10k_ce_per_engine_service()
1298 (ce_state->send_cb || ce_state->recv_cb)) in ath10k_ce_per_engine_handler_adjust()
1898 ce_state->send_cb = attr->send_cb; in ath10k_ce_alloc_pipe()
H A Dpci.c128 .send_cb = ath10k_pci_htc_tx_cb,
155 .send_cb = ath10k_pci_htc_tx_cb,
164 .send_cb = ath10k_pci_htt_tx_cb,
/linux/drivers/net/wireless/ath/ath12k/
H A Dce.c678 pipe->send_cb = ath12k_ce_send_done_cb; in ath12k_ce_alloc_pipe()
710 if (pipe->send_cb) in ath12k_ce_per_engine_service()
711 pipe->send_cb(pipe); in ath12k_ce_per_engine_service()
721 if ((pipe->attr_flags & CE_ATTR_DIS_INTR) && pipe->send_cb) in ath12k_ce_poll_send_completed()
722 pipe->send_cb(pipe); in ath12k_ce_poll_send_completed()