Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dtx.c524 if (txq_id < mvm->first_agg_queue) in iwl_mvm_tx_skb()
728 if (txq_id >= mvm->first_agg_queue && in iwl_mvm_rx_tx_cmd_single()
752 if (txq_id >= mvm->first_agg_queue) { in iwl_mvm_rx_tx_cmd_single()
820 if (txq_id >= mvm->first_agg_queue) in iwl_mvm_rx_tx_cmd_single()
920 if (WARN_ON_ONCE(SEQ_TO_QUEUE(sequence) < mvm->first_agg_queue)) in iwl_mvm_rx_tx_cmd_agg()
Dmac-ctxt.c430 mvm->first_agg_queue); in iwl_mvm_mac_ctxt_allocate_resources()
432 if (queue >= mvm->first_agg_queue) { in iwl_mvm_mac_ctxt_allocate_resources()
445 mvm->first_agg_queue); in iwl_mvm_mac_ctxt_allocate_resources()
447 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()
953 txq_id = iwl_mvm_find_free_queue(mvm, mvm->first_agg_queue, in iwl_mvm_sta_tx_agg_start()
Dops.c448 mvm->first_agg_queue = 16; in iwl_op_mode_mvm_start()
452 mvm->first_agg_queue = 12; in iwl_op_mode_mvm_start()
Dmvm.h800 u8 first_agg_queue; member
Dmac80211.c440 hw->queues = mvm->first_agg_queue; in iwl_mvm_mac_setup_register()