Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_hfi.h26 u32 tx_request; member
H A Da6xx_hfi.c817 header->tx_request = 0; in a6xx_hfi_queue_init()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmvm.h879 atomic_t tx_request; member
H A Dmac80211.c897 if (atomic_fetch_add_unless(&mvmtxq->tx_request, 1, 2)) in iwl_mvm_mac_itxq_xmit()
922 } while (atomic_dec_return(&mvmtxq->tx_request)); in iwl_mvm_mac_itxq_xmit()
H A Dsta.c1792 atomic_set(&mvmtxq->tx_request, 0); in iwl_mvm_sta_init()