Lines Matching refs:mvmtxq
421 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_disable_txq() local
425 list_del_init(&mvmtxq->list); in iwl_mvm_disable_txq()
426 clear_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state); in iwl_mvm_disable_txq()
427 mvmtxq->txq_id = IWL_MVM_INVALID_QUEUE; in iwl_mvm_disable_txq()
515 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_remove_sta_queue_marking() local
523 list_del_init(&mvmtxq->list); in iwl_mvm_remove_sta_queue_marking()
524 clear_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state); in iwl_mvm_remove_sta_queue_marking()
525 mvmtxq->txq_id = IWL_MVM_INVALID_QUEUE; in iwl_mvm_remove_sta_queue_marking()
900 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_sta_alloc_queue_tvqm() local
916 mvmtxq->txq_id = queue; in iwl_mvm_sta_alloc_queue_tvqm()
960 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_update_txq_mapping() local
963 mvmtxq->txq_id = queue; in iwl_mvm_update_txq_mapping()
1493 struct iwl_mvm_txq *mvmtxq = iwl_mvm_txq_from_mac80211(txq); in iwl_mvm_sta_ensure_queue() local
1498 if (likely(test_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state)) || in iwl_mvm_sta_ensure_queue()
1504 set_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state); in iwl_mvm_sta_ensure_queue()
1510 if (!list_empty(&mvmtxq->list)) in iwl_mvm_sta_ensure_queue()
1511 list_del_init(&mvmtxq->list); in iwl_mvm_sta_ensure_queue()
1528 struct iwl_mvm_txq *mvmtxq; in iwl_mvm_add_new_dqa_stream_wk() local
1532 mvmtxq = list_first_entry(&mvm->add_stream_txqs, in iwl_mvm_add_new_dqa_stream_wk()
1535 txq = container_of((void *)mvmtxq, struct ieee80211_txq, in iwl_mvm_add_new_dqa_stream_wk()
1549 list_del_init(&mvmtxq->list); in iwl_mvm_add_new_dqa_stream_wk()
1557 set_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state); in iwl_mvm_add_new_dqa_stream_wk()
1561 list_del_init(&mvmtxq->list); in iwl_mvm_add_new_dqa_stream_wk()
1787 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_sta_init() local
1790 mvmtxq->txq_id = IWL_MVM_INVALID_QUEUE; in iwl_mvm_sta_init()
1791 INIT_LIST_HEAD(&mvmtxq->list); in iwl_mvm_sta_init()
1792 atomic_set(&mvmtxq->tx_request, 0); in iwl_mvm_sta_init()
2009 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_disable_sta_queues() local
2013 mvmtxq->txq_id = IWL_MVM_INVALID_QUEUE; in iwl_mvm_disable_sta_queues()
2014 list_del_init(&mvmtxq->list); in iwl_mvm_disable_sta_queues()
2015 clear_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state); in iwl_mvm_disable_sta_queues()