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.c18 .send_cb = ath11k_htc_tx_completion_handler,
45 .send_cb = ath11k_htc_tx_completion_handler,
79 .send_cb = ath11k_htc_tx_completion_handler,
96 .send_cb = ath11k_htc_tx_completion_handler,
150 .send_cb = ath11k_htc_tx_completion_handler,
184 .send_cb = ath11k_htc_tx_completion_handler,
230 .send_cb = ath11k_htc_tx_completion_handler,
514 if ((!pipe->send_cb) || ab->hw_params.credit_flow) { in ath11k_ce_tx_process_cb()
525 pipe->send_cb(ab, skb); in ath11k_ce_tx_process_cb()
661 pipe->send_cb = attr->send_cb; in ath11k_ce_alloc_pipe()
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/ath12k/
H A Dce.c591 pipe->send_cb = ath12k_ce_send_done_cb; in ath12k_ce_alloc_pipe()
623 if (pipe->send_cb) in ath12k_ce_per_engine_service()
624 pipe->send_cb(pipe); in ath12k_ce_per_engine_service()
634 if ((pipe->attr_flags & CE_ATTR_DIS_INTR) && pipe->send_cb) in ath12k_ce_poll_send_completed()
635 pipe->send_cb(pipe); in ath12k_ce_poll_send_completed()
/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.c1252 if (ce_state->send_cb) in ath10k_ce_per_engine_service()
1253 ce_state->send_cb(ce_state); in ath10k_ce_per_engine_service()
1296 (ce_state->send_cb || ce_state->recv_cb)) in ath10k_ce_per_engine_handler_adjust()
1896 ce_state->send_cb = attr->send_cb; in ath10k_ce_alloc_pipe()