Home
last modified time | relevance | path

Searched refs:ep_tx_complete (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhtc.c259 void (*ep_tx_complete)(struct ath11k_base *, struct sk_buff *); in ath11k_htc_tx_completion_handler() local
270 ep_tx_complete = ep->ep_ops.ep_tx_complete; in ath11k_htc_tx_completion_handler()
272 if (!ep_tx_complete) { in ath11k_htc_tx_completion_handler()
276 ep_tx_complete(htc->ab, skb); in ath11k_htc_tx_completion_handler()
829 conn_req.ep_ops.ep_tx_complete = ath11k_htc_control_tx_complete; in ath11k_htc_init()
H A Dhtc.h229 void (*ep_tx_complete)(struct ath11k_base *, struct sk_buff *); member
H A Ddp.c964 conn_req.ep_ops.ep_tx_complete = ath11k_dp_htt_htc_tx_complete; in ath11k_dp_htt_connect()
H A Dwmi.c9144 conn_req.ep_ops.ep_tx_complete = ath11k_wmi_htc_tx_complete; in ath11k_connect_pdev_htc_service()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtc.c74 if (!ep->ep_ops.ep_tx_complete) { in ath10k_htc_notify_tx_completion()
85 ep->ep_ops.ep_tx_complete(ep->htc->ar, skb); in ath10k_htc_notify_tx_completion()
1211 conn_req.ep_ops.ep_tx_complete = NULL; in ath10k_htc_pktlog_connect()
1307 conn_req.ep_ops.ep_tx_complete = ath10k_htc_control_tx_complete; in ath10k_htc_init()
H A Dhtc.h332 void (*ep_tx_complete)(struct ath10k *, struct sk_buff *); member
H A Dhtt.c298 conn_req.ep_ops.ep_tx_complete = ath10k_htt_htc_tx_complete; in ath10k_htt_connect()
H A Dwmi.c6486 conn_req.ep_ops.ep_tx_complete = ath10k_wmi_htc_tx_complete; in ath10k_wmi_connect()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhtc.h234 void (*ep_tx_complete)(struct ath12k_base *ab, struct sk_buff *skb); member
H A Dhtc.c774 conn_req.ep_ops.ep_tx_complete = ath12k_htc_control_tx_complete; in ath12k_htc_init()
H A Ddp.c1073 conn_req.ep_ops.ep_tx_complete = ath12k_dp_htt_htc_tx_complete; in ath12k_dp_htt_connect()
H A Dwmi.c6948 conn_req.ep_ops.ep_tx_complete = ath12k_wmi_htc_tx_complete; in ath12k_connect_pdev_htc_service()