Lines Matching refs:mvmtxq
394 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_disable_txq() local
397 mvmtxq->txq_id = IWL_MVM_INVALID_QUEUE; in iwl_mvm_disable_txq()
484 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_remove_sta_queue_marking() local
491 mvmtxq->txq_id = IWL_MVM_INVALID_QUEUE; in iwl_mvm_remove_sta_queue_marking()
773 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_sta_alloc_queue_tvqm() local
788 mvmtxq->txq_id = queue; in iwl_mvm_sta_alloc_queue_tvqm()
832 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_update_txq_mapping() local
835 mvmtxq->txq_id = queue; in iwl_mvm_update_txq_mapping()
1380 struct iwl_mvm_txq *mvmtxq; in iwl_mvm_add_new_dqa_stream_wk() local
1384 mvmtxq = list_first_entry(&mvm->add_stream_txqs, in iwl_mvm_add_new_dqa_stream_wk()
1387 txq = container_of((void *)mvmtxq, struct ieee80211_txq, in iwl_mvm_add_new_dqa_stream_wk()
1394 list_del_init(&mvmtxq->list); in iwl_mvm_add_new_dqa_stream_wk()
1640 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_add_sta() local
1643 mvmtxq->txq_id = IWL_MVM_INVALID_QUEUE; in iwl_mvm_add_sta()
1644 INIT_LIST_HEAD(&mvmtxq->list); in iwl_mvm_add_sta()
1645 atomic_set(&mvmtxq->tx_request, 0); in iwl_mvm_add_sta()
1801 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_disable_sta_queues() local
1804 mvmtxq->txq_id = IWL_MVM_INVALID_QUEUE; in iwl_mvm_disable_sta_queues()