Home
last modified time | relevance | path

Searched refs:aux_queue (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dops.c691 mvm->aux_queue = IWL_MVM_INVALID_QUEUE; in iwl_op_mode_mvm_start()
696 mvm->aux_queue = IWL_MVM_DQA_AUX_QUEUE; in iwl_op_mode_mvm_start()
1120 return queue == mvm->aux_queue || queue == mvm->probe_queue || in iwl_mvm_is_static_queue()
Dsta.c2073 ret = iwl_mvm_allocate_int_sta(mvm, &mvm->aux_sta, BIT(mvm->aux_queue), in iwl_mvm_add_aux_sta()
2084 &mvm->aux_sta, &mvm->aux_queue, in iwl_mvm_add_aux_sta()
2132 iwl_mvm_disable_txq(mvm, NULL, &mvm->aux_queue, IWL_MAX_TID_COUNT, 0); in iwl_mvm_rm_aux_sta()
Dmvm.h1056 u16 aux_queue; member
Dtx.c760 queue = mvm->aux_queue; in iwl_mvm_tx_skb_non_sta()