Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dce.h116 void (*send_cb)(struct ath10k_ce_pipe *); member
267 void (*send_cb)(struct ath10k_ce_pipe *); member
Dce.c723 if (ce_state->send_cb) in ath10k_ce_per_engine_service()
724 ce_state->send_cb(ce_state); in ath10k_ce_per_engine_service()
775 (ce_state->send_cb || ce_state->recv_cb)) in ath10k_ce_per_engine_handler_adjust()
1065 ce_state->send_cb = attr->send_cb; in ath10k_ce_alloc_pipe()
Dpci.c119 .send_cb = ath10k_pci_htc_tx_cb,
146 .send_cb = ath10k_pci_htc_tx_cb,
155 .send_cb = ath10k_pci_htt_tx_cb,
/linux-4.4.14/drivers/isdn/gigaset/
Dusb-gigaset.c296 static int send_cb(struct cardstate *cs);
318 if (send_cb(cs) < 0) { in gigaset_modem_fill()
426 static int send_cb(struct cardstate *cs) in send_cb() function
Dser-gigaset.c104 static int send_cb(struct cardstate *cs) in send_cb() function
177 sent = send_cb(cs); in gigaset_modem_fill()