Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath11k/
A Dhtc.c260 void (*ep_tx_complete)(struct ath11k_base *, struct sk_buff *); in ath11k_htc_tx_completion_handler() local
271 ep_tx_complete = ep->ep_ops.ep_tx_complete; in ath11k_htc_tx_completion_handler()
273 if (!ep_tx_complete) { in ath11k_htc_tx_completion_handler()
277 ep_tx_complete(htc->ab, skb); in ath11k_htc_tx_completion_handler()
830 conn_req.ep_ops.ep_tx_complete = ath11k_htc_control_tx_complete; in ath11k_htc_init()
A Dhtc.h215 void (*ep_tx_complete)(struct ath11k_base *, struct sk_buff *); member
A Ddp.c954 conn_req.ep_ops.ep_tx_complete = ath11k_dp_htt_htc_tx_complete; in ath11k_dp_htt_connect()
A Dwmi.c8900 conn_req.ep_ops.ep_tx_complete = ath11k_wmi_htc_tx_complete; in ath11k_connect_pdev_htc_service()
/drivers/net/wireless/ath/ath10k/
A Dhtc.c75 if (!ep->ep_ops.ep_tx_complete) { in ath10k_htc_notify_tx_completion()
86 ep->ep_ops.ep_tx_complete(ep->htc->ar, skb); in ath10k_htc_notify_tx_completion()
1212 conn_req.ep_ops.ep_tx_complete = NULL; in ath10k_htc_pktlog_connect()
1308 conn_req.ep_ops.ep_tx_complete = ath10k_htc_control_tx_complete; in ath10k_htc_init()
A Dhtc.h318 void (*ep_tx_complete)(struct ath10k *, struct sk_buff *); member
A Dhtt.c299 conn_req.ep_ops.ep_tx_complete = ath10k_htt_htc_tx_complete; in ath10k_htt_connect()
A Dwmi.c6424 conn_req.ep_ops.ep_tx_complete = ath10k_wmi_htc_tx_complete; in ath10k_wmi_connect()
/drivers/net/wireless/ath/ath12k/
A Dhtc.h234 void (*ep_tx_complete)(struct ath12k_base *ab, struct sk_buff *skb); member
A Dhtc.c780 conn_req.ep_ops.ep_tx_complete = ath12k_htc_control_tx_complete; in ath12k_htc_init()
A Ddp.c1090 conn_req.ep_ops.ep_tx_complete = ath12k_dp_htt_htc_tx_complete; in ath12k_dp_htt_connect()
A Dwmi.c9791 conn_req.ep_ops.ep_tx_complete = ath12k_wmi_htc_tx_complete; in ath12k_connect_pdev_htc_service()

Completed in 68 milliseconds