Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
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 Dhtt.c145 conn_req.ep_ops.ep_tx_complete = ath10k_htt_htc_tx_complete; in ath10k_htt_connect()
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()
/OK3568_Linux_fs/kernel/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.c6540 conn_req.ep_ops.ep_tx_complete = ath11k_wmi_htc_tx_complete; in ath11k_connect_pdev_htc_service()