Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c412 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_disable_txq() local
415 mvmtxq->txq_id = IWL_MVM_INVALID_QUEUE; in iwl_mvm_disable_txq()
502 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_remove_sta_queue_marking() local
509 mvmtxq->txq_id = IWL_MVM_INVALID_QUEUE; in iwl_mvm_remove_sta_queue_marking()
802 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_sta_alloc_queue_tvqm() local
817 mvmtxq->txq_id = queue; in iwl_mvm_sta_alloc_queue_tvqm()
861 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_update_txq_mapping() local
864 mvmtxq->txq_id = queue; in iwl_mvm_update_txq_mapping()
1401 struct iwl_mvm_txq *mvmtxq; in iwl_mvm_add_new_dqa_stream_wk() local
1405 mvmtxq = list_first_entry(&mvm->add_stream_txqs, in iwl_mvm_add_new_dqa_stream_wk()
[all …]
H A Dops.c1130 struct iwl_mvm_txq *mvmtxq; in iwl_mvm_queue_state_change() local
1174 mvmtxq = iwl_mvm_txq_from_mac80211(txq); in iwl_mvm_queue_state_change()
1175 mvmtxq->stopped = !start; in iwl_mvm_queue_state_change()
H A 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()