Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dsta.c410 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_disable_txq() local
413 mvmtxq->txq_id = IWL_MVM_INVALID_QUEUE; in iwl_mvm_disable_txq()
500 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_remove_sta_queue_marking() local
507 mvmtxq->txq_id = IWL_MVM_INVALID_QUEUE; in iwl_mvm_remove_sta_queue_marking()
799 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_sta_alloc_queue_tvqm() local
814 mvmtxq->txq_id = queue; in iwl_mvm_sta_alloc_queue_tvqm()
858 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_update_txq_mapping() local
861 mvmtxq->txq_id = queue; in iwl_mvm_update_txq_mapping()
1396 struct iwl_mvm_txq *mvmtxq; in iwl_mvm_add_new_dqa_stream_wk() local
1400 mvmtxq = list_first_entry(&mvm->add_stream_txqs, in iwl_mvm_add_new_dqa_stream_wk()
[all …]
Dops.c1104 struct iwl_mvm_txq *mvmtxq; in iwl_mvm_queue_state_change() local
1148 mvmtxq = iwl_mvm_txq_from_mac80211(txq); in iwl_mvm_queue_state_change()
1149 mvmtxq->stopped = !start; in iwl_mvm_queue_state_change()
Dmac80211.c844 struct iwl_mvm_txq *mvmtxq = iwl_mvm_txq_from_mac80211(txq); in iwl_mvm_mac_itxq_xmit() local
866 if (atomic_fetch_add_unless(&mvmtxq->tx_request, 1, 2)) in iwl_mvm_mac_itxq_xmit()
871 while (likely(!mvmtxq->stopped && in iwl_mvm_mac_itxq_xmit()
887 } while (atomic_dec_return(&mvmtxq->tx_request)); in iwl_mvm_mac_itxq_xmit()
895 struct iwl_mvm_txq *mvmtxq = iwl_mvm_txq_from_mac80211(txq); in iwl_mvm_mac_wake_tx_queue() local
914 if (!txq->sta || mvmtxq->txq_id != IWL_MVM_INVALID_QUEUE) { in iwl_mvm_mac_wake_tx_queue()
920 if (unlikely(txq->sta && !list_empty(&mvmtxq->list))) in iwl_mvm_mac_wake_tx_queue()
928 if (!list_empty(&mvmtxq->list)) in iwl_mvm_mac_wake_tx_queue()
931 list_add_tail(&mvmtxq->list, &mvm->add_stream_txqs); in iwl_mvm_mac_wake_tx_queue()