Searched refs:send_cb (Results 1 – 5 of 5) sorted by relevance
121 void (*send_cb)(struct ath11k_base *, struct sk_buff *); member175 void (*send_cb)(struct ath11k_base *, struct sk_buff *); member
124 void (*send_cb)(struct ath10k_ce_pipe *); member301 void (*send_cb)(struct ath10k_ce_pipe *); member
1254 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()
128 .send_cb = ath10k_pci_htc_tx_cb,155 .send_cb = ath10k_pci_htc_tx_cb,164 .send_cb = ath10k_pci_htt_tx_cb,
678 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()