Home
last modified time | relevance | path

Searched refs:ep_tx_complete (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dhtc.c259 void (*ep_tx_complete)(struct ath11k_base *, struct sk_buff *); in ath11k_htc_tx_completion_handler()
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.c951 conn_req.ep_ops.ep_tx_complete = ath11k_dp_htt_htc_tx_complete; in ath11k_dp_htt_connect()
H A Dwmi.c8802 conn_req.ep_ops.ep_tx_complete = ath11k_wmi_htc_tx_complete; in ath11k_connect_pdev_htc_service()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dhtc.h229 void (*ep_tx_complete)(struct ath11k_base *, struct sk_buff *); member
H A Dhtc.c755 conn_req.ep_ops.ep_tx_complete = ath11k_htc_control_tx_complete; in ath11k_htc_init()
H A Ddp.c927 conn_req.ep_ops.ep_tx_complete = ath11k_dp_htt_htc_tx_complete; in ath11k_dp_htt_connect()
H A Dwmi.c6548 conn_req.ep_ops.ep_tx_complete = ath11k_wmi_htc_tx_complete; in ath11k_connect_pdev_htc_service()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt.c145 conn_req.ep_ops.ep_tx_complete = ath10k_htt_htc_tx_complete; in ath10k_htt_connect()
H A Dhtc.c62 if (!ep->ep_ops.ep_tx_complete) { in ath10k_htc_notify_tx_completion()
73 ep->ep_ops.ep_tx_complete(ep->htc->ar, skb); in ath10k_htc_notify_tx_completion()
1190 conn_req.ep_ops.ep_tx_complete = NULL; in ath10k_htc_pktlog_connect()
1286 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 Dwmi.c6396 conn_req.ep_ops.ep_tx_complete = ath10k_wmi_htc_tx_complete; in ath10k_wmi_connect()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/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.c1064 conn_req.ep_ops.ep_tx_complete = ath12k_dp_htt_htc_tx_complete; in ath12k_dp_htt_connect()
H A Dwmi.c6726 conn_req.ep_ops.ep_tx_complete = ath12k_wmi_htc_tx_complete; in ath12k_connect_pdev_htc_service()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtc.c71 if (!ep->ep_ops.ep_tx_complete) { in ath10k_htc_notify_tx_completion()
82 ep->ep_ops.ep_tx_complete(ep->htc->ar, skb); in ath10k_htc_notify_tx_completion()
1208 conn_req.ep_ops.ep_tx_complete = NULL; in ath10k_htc_pktlog_connect()
1304 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.c6396 conn_req.ep_ops.ep_tx_complete = ath10k_wmi_htc_tx_complete; in ath10k_wmi_connect()

Completed in 63 milliseconds