Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dtx.h35 atomic_t tx_request; member
42 atomic_set(&mld_txq->tx_request, 0); in iwl_mld_init_txq()
H A Dtx.c1004 * mld_txq->tx_request logic: in iwl_mld_tx_from_txq()
1019 if (atomic_fetch_add_unless(&mld_txq->tx_request, 1, 2)) in iwl_mld_tx_from_txq()
1027 } while (atomic_dec_return(&mld_txq->tx_request)); in iwl_mld_hwrate_to_tx_rate()
/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_hfi.c1054 header->tx_request = 0; in a6xx_hfi_queue_init()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c1795 atomic_set(&mvmtxq->tx_request, 0); in iwl_mvm_sta_init()