Searched refs:send_cb (Results 1 – 6 of 6) sorted by relevance
124 void (*send_cb)(struct ath10k_ce_pipe *); member301 void (*send_cb)(struct ath10k_ce_pipe *); member
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()
141 .send_cb = ath10k_snoc_htc_tx_cb,168 .send_cb = ath10k_snoc_htc_tx_cb,177 .send_cb = ath10k_snoc_htt_tx_cb,
126 .send_cb = ath10k_pci_htc_tx_cb,153 .send_cb = ath10k_pci_htc_tx_cb,162 .send_cb = ath10k_pci_htt_tx_cb,
585 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()
157 void (*send_cb)(struct ath11k_ce_pipe *); member