Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dmvm.h739 atomic_t tx_request; member
H A Dmac80211.c836 if (atomic_fetch_add_unless(&mvmtxq->tx_request, 1, 2)) in iwl_mvm_mac_itxq_xmit()
856 } while (atomic_dec_return(&mvmtxq->tx_request)); in iwl_mvm_mac_itxq_xmit()
H A Dsta.c1709 atomic_set(&mvmtxq->tx_request, 0); in iwl_mvm_add_sta()