Home
last modified time | relevance | path

Searched refs:first_agg_queue (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dtx.c471 if (txq_id < mvm->first_agg_queue) in iwl_mvm_tx_skb()
680 if (txq_id >= mvm->first_agg_queue && in iwl_mvm_rx_tx_cmd_single()
704 if (txq_id >= mvm->first_agg_queue) { in iwl_mvm_rx_tx_cmd_single()
772 if (txq_id >= mvm->first_agg_queue) in iwl_mvm_rx_tx_cmd_single()
872 if (WARN_ON_ONCE(SEQ_TO_QUEUE(sequence) < mvm->first_agg_queue)) in iwl_mvm_rx_tx_cmd_agg()
Dmac-ctxt.c428 mvm->first_agg_queue); in iwl_mvm_mac_ctxt_allocate_resources()
430 if (queue >= mvm->first_agg_queue) { in iwl_mvm_mac_ctxt_allocate_resources()
443 mvm->first_agg_queue); in iwl_mvm_mac_ctxt_allocate_resources()
445 if (queue >= mvm->first_agg_queue) { in iwl_mvm_mac_ctxt_allocate_resources()
Dsta.c223 mvm->first_agg_queue); in iwl_mvm_tdls_sta_init()
225 if (queue >= mvm->first_agg_queue) { in iwl_mvm_tdls_sta_init()
933 for (txq_id = mvm->first_agg_queue; in iwl_mvm_sta_tx_agg_start()
Dops.c437 mvm->first_agg_queue = 16; in iwl_op_mode_mvm_start()
441 mvm->first_agg_queue = 12; in iwl_op_mode_mvm_start()
Dfw.c281 if (i < mvm->first_agg_queue && i != IWL_MVM_CMD_QUEUE) in iwl_mvm_load_ucode_wait_alive()
Dmvm.h803 u8 first_agg_queue; member
Dmac80211.c434 hw->queues = mvm->first_agg_queue; in iwl_mvm_mac_setup_register()