Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dce.h124 void (*send_cb)(struct ath10k_ce_pipe *); member
298 void (*send_cb)(struct ath10k_ce_pipe *); member
Dce.c1313 if (ce_state->send_cb) in ath10k_ce_per_engine_service()
1314 ce_state->send_cb(ce_state); in ath10k_ce_per_engine_service()
1367 (ce_state->send_cb || ce_state->recv_cb)) in ath10k_ce_per_engine_handler_adjust()
1960 ce_state->send_cb = attr->send_cb; in ath10k_ce_alloc_pipe()
Dsnoc.c135 .send_cb = ath10k_snoc_htc_tx_cb,
162 .send_cb = ath10k_snoc_htc_tx_cb,
171 .send_cb = ath10k_snoc_htt_tx_cb,
Dpci.c126 .send_cb = ath10k_pci_htc_tx_cb,
153 .send_cb = ath10k_pci_htc_tx_cb,
162 .send_cb = ath10k_pci_htt_tx_cb,
/Linux-v5.4/drivers/staging/isdn/gigaset/
Dusb-gigaset.c293 static int send_cb(struct cardstate *cs);
315 if (send_cb(cs) < 0) { in gigaset_modem_fill()
423 static int send_cb(struct cardstate *cs) in send_cb() function
Dser-gigaset.c101 static int send_cb(struct cardstate *cs) in send_cb() function
174 sent = send_cb(cs); in gigaset_modem_fill()