Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/iwlwifi/mvm/
HDsta.c429 clear_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state); in iwl_mvm_disable_txq()
527 clear_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state); in iwl_mvm_remove_sta_queue_marking()
1501 if (likely(test_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state)) || in iwl_mvm_sta_ensure_queue()
1507 set_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state); in iwl_mvm_sta_ensure_queue()
1560 set_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state); in iwl_mvm_add_new_dqa_stream_wk()
2023 clear_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state); in iwl_mvm_disable_sta_queues()
HDmvm.h883 #define IWL_MVM_TXQ_STATE_READY 0 macro
HDmac80211.c949 if (likely(test_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state)) || in iwl_mvm_mac_wake_tx_queue()
963 !test_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state)) { in iwl_mvm_mac_wake_tx_queue()