Home
last modified time | relevance | path

Searched refs:bundle_tx (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtc.c100 if (ep->tx_credit_flow_enabled && !ep->bundle_tx) in ath10k_htc_prepare_tx_skb()
814 if (!ep->bundle_tx) in ath10k_htc_bundle_tx_work()
844 if (ep->bundle_tx && eid == ar->htt.eid) { in ath10k_htc_tx_complete_work()
871 eid, ep->bundle_tx, skb_queue_len(&ep->tx_req_head), skb->len); in ath10k_htc_send_hl()
873 if (ep->bundle_tx) { in ath10k_htc_send_hl()
885 !ep->bundle_tx) { in ath10k_htc_setup_tx_req()
886 ep->bundle_tx = true; in ath10k_htc_setup_tx_req()
903 if (!ep->bundle_tx) in ath10k_htc_stop_hl()
H A Dhtc.h376 bool bundle_tx; member
H A Dhtt.h1944 bool bundle_tx; member