Searched refs:send_cb (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ath/ath11k/ |
D | ce.c | 18 .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()
|
D | ce.h | 104 void (*send_cb)(struct ath11k_base *, struct sk_buff *); member 158 void (*send_cb)(struct ath11k_base *, struct sk_buff *); member
|
/linux-5.19.10/drivers/net/wireless/ath/ath10k/ |
D | ce.h | 124 void (*send_cb)(struct ath10k_ce_pipe *); member 301 void (*send_cb)(struct ath10k_ce_pipe *); member
|
D | ce.c | 1318 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()
|
D | snoc.c | 142 .send_cb = ath10k_snoc_htc_tx_cb, 169 .send_cb = ath10k_snoc_htc_tx_cb, 178 .send_cb = ath10k_snoc_htt_tx_cb,
|
D | pci.c | 126 .send_cb = ath10k_pci_htc_tx_cb, 153 .send_cb = ath10k_pci_htc_tx_cb, 162 .send_cb = ath10k_pci_htt_tx_cb,
|