Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dce.h117 void (*send_cb)(struct ath10k_ce_pipe *); member
208 void (*send_cb)(struct ath10k_ce_pipe *),
Dce.c741 if (ce_state->send_cb) in ath10k_ce_per_engine_service()
742 ce_state->send_cb(ce_state); in ath10k_ce_per_engine_service()
793 (ce_state->send_cb || ce_state->recv_cb)) in ath10k_ce_per_engine_handler_adjust()
1079 void (*send_cb)(struct ath10k_ce_pipe *), in ath10k_ce_alloc_pipe()
1106 ce_state->send_cb = send_cb; in ath10k_ce_alloc_pipe()
/linux-4.1.27/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.c105 static int send_cb(struct cardstate *cs) in send_cb() function
179 sent = send_cb(cs); in gigaset_modem_fill()