Lines Matching refs:mvmtxq
875 struct iwl_mvm_txq *mvmtxq = iwl_mvm_txq_from_mac80211(txq); in iwl_mvm_mac_itxq_xmit() local
897 if (atomic_fetch_add_unless(&mvmtxq->tx_request, 1, 2)) in iwl_mvm_mac_itxq_xmit()
903 &mvmtxq->state) && in iwl_mvm_mac_itxq_xmit()
905 &mvmtxq->state) && in iwl_mvm_mac_itxq_xmit()
907 &mvmtxq->state) && in iwl_mvm_mac_itxq_xmit()
922 } while (atomic_dec_return(&mvmtxq->tx_request)); in iwl_mvm_mac_itxq_xmit()
930 struct iwl_mvm_txq *mvmtxq = iwl_mvm_txq_from_mac80211(txq); in iwl_mvm_mac_wake_tx_queue() local
932 if (likely(test_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state)) || in iwl_mvm_mac_wake_tx_queue()
944 if (list_empty(&mvmtxq->list) && in iwl_mvm_mac_wake_tx_queue()
946 !test_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state)) { in iwl_mvm_mac_wake_tx_queue()
947 list_add_tail(&mvmtxq->list, &mvm->add_stream_txqs); in iwl_mvm_mac_wake_tx_queue()
1539 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_post_csa_tx() local
1542 clear_bit(IWL_MVM_TXQ_STATE_STOP_AP_CSA, &mvmtxq->state); in iwl_mvm_post_csa_tx()
1586 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_post_channel_switch() local
1589 clear_bit(IWL_MVM_TXQ_STATE_STOP_AP_CSA, &mvmtxq->state); in iwl_mvm_post_channel_switch()
5636 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_csa_block_txqs() local
5639 set_bit(IWL_MVM_TXQ_STATE_STOP_AP_CSA, &mvmtxq->state); in iwl_mvm_csa_block_txqs()
5650 struct iwl_mvm_txq *mvmtxq; in iwl_mvm_pre_channel_switch() local
5694 mvmtxq = iwl_mvm_txq_from_mac80211(vif->txq); in iwl_mvm_pre_channel_switch()
5695 set_bit(IWL_MVM_TXQ_STATE_STOP_AP_CSA, &mvmtxq->state); in iwl_mvm_pre_channel_switch()