Lines Matching defs:mvmtxq
892 struct iwl_mvm_txq *mvmtxq = iwl_mvm_txq_from_mac80211(txq);
899 * mvmtxq->tx_request logic:
914 if (atomic_fetch_add_unless(&mvmtxq->tx_request, 1, 2))
920 &mvmtxq->state) &&
922 &mvmtxq->state) &&
924 &mvmtxq->state) &&
939 } while (atomic_dec_return(&mvmtxq->tx_request));
947 struct iwl_mvm_txq *mvmtxq = iwl_mvm_txq_from_mac80211(txq);
949 if (likely(test_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state)) ||
961 if (list_empty(&mvmtxq->list) &&
963 !test_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state)) {
964 list_add_tail(&mvmtxq->list, &mvm->add_stream_txqs);
1530 struct iwl_mvm_txq *mvmtxq =
1533 clear_bit(IWL_MVM_TXQ_STATE_STOP_AP_CSA, &mvmtxq->state);
1577 struct iwl_mvm_txq *mvmtxq =
1580 clear_bit(IWL_MVM_TXQ_STATE_STOP_AP_CSA, &mvmtxq->state);
5644 struct iwl_mvm_txq *mvmtxq =
5647 set_bit(IWL_MVM_TXQ_STATE_STOP_AP_CSA, &mvmtxq->state);
5658 struct iwl_mvm_txq *mvmtxq;
5702 mvmtxq = iwl_mvm_txq_from_mac80211(vif->txq);
5703 set_bit(IWL_MVM_TXQ_STATE_STOP_AP_CSA, &mvmtxq->state);