Home
last modified time | relevance | path

Searched refs:ep_tx_credits (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Dhtc.c142 if (ep->ep_ops.ep_tx_credits) in ath11k_htc_send()
143 ep->ep_ops.ep_tx_credits(htc->ab); in ath11k_htc_send()
176 if (ep->ep_ops.ep_tx_credits) { in ath11k_htc_process_credit_report()
178 ep->ep_ops.ep_tx_credits(htc->ab); in ath11k_htc_process_credit_report()
H A Dhtc.h217 void (*ep_tx_credits)(struct ath11k_base *); member
H A Dwmi.c9052 conn_req.ep_ops.ep_tx_credits = ath11k_wmi_op_ep_tx_credits; in ath11k_connect_pdev_htc_service()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtc.c162 if (ep->ep_ops.ep_tx_credits) in ath10k_htc_release_credit()
163 ep->ep_ops.ep_tx_credits(htc->ar); in ath10k_htc_release_credit()
275 if (ep->ep_ops.ep_tx_credits) { in ath10k_htc_process_credit_report()
277 ep->ep_ops.ep_tx_credits(htc->ar); in ath10k_htc_process_credit_report()
1214 conn_req.ep_ops.ep_tx_credits = NULL; in ath10k_htc_pktlog_connect()
H A Dhtc.h320 void (*ep_tx_credits)(struct ath10k *); member
H A Dhtt.c301 conn_req.ep_ops.ep_tx_credits = ath10k_htt_op_ep_tx_credits; in ath10k_htt_connect()
H A Dhtt_rx.c4256 ep->ep_ops.ep_tx_credits(htc->ar); in ath10k_htt_t2h_msg_handler()
H A Dwmi.c6427 conn_req.ep_ops.ep_tx_credits = ath10k_wmi_op_ep_tx_credits; in ath10k_wmi_connect()
/linux/drivers/net/wireless/ath/ath12k/
H A Dhtc.h236 void (*ep_tx_credits)(struct ath12k_base *ab); member
H A Dwmi.c10004 conn_req.ep_ops.ep_tx_credits = ath12k_wmi_op_ep_tx_credits; in ath12k_connect_pdev_htc_service()