/linux-4.1.27/net/mac80211/ |
D | sta_info.h | 372 struct sk_buff_head ps_tx_buf[IEEE80211_NUM_ACS]; 373 struct sk_buff_head tx_filtered[IEEE80211_NUM_ACS]; 404 u64 tx_packets[IEEE80211_NUM_ACS]; 405 u64 tx_bytes[IEEE80211_NUM_ACS];
|
D | wme.c | 126 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_select_queue_80211() 155 if (local->hw.queues < IEEE80211_NUM_ACS || skb->len < 6) { in ieee80211_select_queue()
|
D | sta_info.c | 120 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in __cleanup_single_sta() 364 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in sta_info_alloc() 659 if (ignore_for_tim == BIT(IEEE80211_NUM_ACS) - 1) in __sta_info_recalc_tim() 663 ignore_for_tim = BIT(IEEE80211_NUM_ACS) - 1; in __sta_info_recalc_tim() 665 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in __sta_info_recalc_tim() 819 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in sta_info_cleanup_expire_buffered() 1171 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_ps_deliver_wakeup() 1336 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_ps_deliver_response() 1571 if (ignore_for_response == BIT(IEEE80211_NUM_ACS) - 1) in ieee80211_sta_ps_deliver_poll_response() 1834 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in sta_set_sinfo() [all …]
|
D | iface.c | 328 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in ieee80211_check_queues() 380 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in ieee80211_set_default_queues() 383 else if (local->hw.queues >= IEEE80211_NUM_ACS) in ieee80211_set_default_queues() 723 int n_acs = IEEE80211_NUM_ACS; in ieee80211_do_open() 726 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_do_open() 1141 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_monitor_select_queue() 1700 if (local->hw.queues >= IEEE80211_NUM_ACS) in ieee80211_if_add() 1701 txqs = IEEE80211_NUM_ACS; in ieee80211_if_add()
|
D | mesh_ps.c | 460 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in mps_frame_deliver() 594 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in ieee80211_mps_frame_release()
|
D | util.c | 293 int n_acs = IEEE80211_NUM_ACS; in ieee80211_propagate_queue_wake() 295 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_propagate_queue_wake() 385 int n_acs = IEEE80211_NUM_ACS; in __ieee80211_stop_queue() 400 if (local->hw.queues < IEEE80211_NUM_ACS) in __ieee80211_stop_queue() 572 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in ieee80211_get_vif_queues() 1164 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_set_wmm_default() 1198 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_set_wmm_default() 1895 if (hw->queues >= IEEE80211_NUM_ACS) { in ieee80211_reconfig() 1902 for (i = 0; i < IEEE80211_NUM_ACS; i++) in ieee80211_reconfig()
|
D | debugfs_sta.c | 93 char buf[17*IEEE80211_NUM_ACS], *p = buf; in sta_num_ps_buf_frames_read() 96 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in sta_num_ps_buf_frames_read()
|
D | ieee80211_i.h | 547 struct ieee80211_sta_tx_tspec tx_tspec[IEEE80211_NUM_ACS]; 866 atomic_t txqs_len[IEEE80211_NUM_ACS]; 867 struct ieee80211_tx_queue_params tx_conf[IEEE80211_NUM_ACS];
|
D | mlme.c | 1655 if (local->hw.queues < IEEE80211_NUM_ACS) in __ieee80211_sta_handle_tspec_ac_params() 1658 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in __ieee80211_sta_handle_tspec_ac_params() 1693 non_acm_ac < IEEE80211_NUM_ACS; in __ieee80211_sta_handle_tspec_ac_params() 1751 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_sta_wmm_params() 3006 sta->sta.wme = elems.wmm_param && local->hw.queues >= IEEE80211_NUM_ACS; in ieee80211_assoc_success() 3154 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in ieee80211_rx_mgmt_assoc_resp() 4676 (local->hw.queues >= IEEE80211_NUM_ACS); in ieee80211_mgd_assoc() 4740 local->hw.queues < IEEE80211_NUM_ACS || !bss->wmm_used || in ieee80211_mgd_assoc() 4751 local->hw.queues < IEEE80211_NUM_ACS || !bss->wmm_used || in ieee80211_mgd_assoc()
|
D | tdls.c | 284 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in ieee80211_tdls_add_wmm_param_ie() 333 if (local->hw.queues >= IEEE80211_NUM_ACS && in ieee80211_tdls_add_setup_start_ies() 508 if (local->hw.queues >= IEEE80211_NUM_ACS && sta->sta.wme) in ieee80211_tdls_add_setup_cfm_ies()
|
D | ibss.c | 204 if (local->hw.queues >= IEEE80211_NUM_ACS) in ieee80211_ibss_build_presp() 1035 if (sta && elems->wmm_info && local->hw.queues >= IEEE80211_NUM_ACS) in ieee80211_update_sta_info()
|
D | cfg.c | 1063 local->hw.queues >= IEEE80211_NUM_ACS) in sta_apply_parameters() 1929 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_set_txq_params() 3662 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_del_tx_ts()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | ath9k.h | 264 struct ath_atx_ac ac[IEEE80211_NUM_ACS]; 302 struct ath_txq *txq_map[IEEE80211_NUM_ACS]; 304 u32 txq_max_pending[IEEE80211_NUM_ACS]; 305 u16 max_aggr_framelen[IEEE80211_NUM_ACS][4][32]; 336 struct list_head acq[IEEE80211_NUM_ACS];
|
D | htc.h | 348 u32 queue_stats[IEEE80211_NUM_ACS]; 522 int hwq_map[IEEE80211_NUM_ACS];
|
D | debug_sta.c | 55 acno < IEEE80211_NUM_ACS; acno++, ac++) { in read_file_node_aggr()
|
D | main.c | 1217 for (i = 0; i < IEEE80211_NUM_ACS; i++) in ath9k_assign_hw_queues() 1613 if (queue >= IEEE80211_NUM_ACS) in ath9k_conf_tx() 2385 ctx->hw_queue_base = pos * IEEE80211_NUM_ACS; in ath9k_add_chanctx() 2461 for (i = 0; i < IEEE80211_NUM_ACS; i++) in ath9k_assign_vif_chanctx() 2492 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in ath9k_unassign_vif_chanctx()
|
D | link.c | 38 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in ath_tx_complete_poll_work()
|
D | channel.c | 1361 for (i = 0; i < IEEE80211_NUM_ACS; i++) in ath9k_chanctx_stop_queues() 1380 for (i = 0; i < IEEE80211_NUM_ACS; i++) in ath9k_chanctx_wake_queues()
|
D | init.c | 358 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in ath9k_init_queues()
|
D | xmit.c | 1999 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in ath_txq_schedule_all() 2893 acno < IEEE80211_NUM_ACS; acno++, ac++) { in ath_tx_node_init()
|
D | debug.c | 648 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in read_file_queues()
|
D | htc_drv_main.c | 1373 if (queue >= IEEE80211_NUM_ACS) in ath9k_htc_conf_tx()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | mac-ctxt.c | 211 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in iwl_mvm_mac_get_queues_mask() 419 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in iwl_mvm_mac_ctxt_allocate_resources() 426 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in iwl_mvm_mac_ctxt_allocate_resources() 494 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in iwl_mvm_mac_ctxt_init() 518 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in iwl_mvm_mac_ctxt_release() 710 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in iwl_mvm_mac_ctxt_cmd_common()
|
D | sta.h | 315 u8 hw_queue[IEEE80211_NUM_ACS];
|
D | sta.c | 221 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in iwl_mvm_tdls_sta_init() 235 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in iwl_mvm_tdls_sta_init() 299 for (i = 0; i < IEEE80211_NUM_ACS; i++) in iwl_mvm_add_sta()
|
D | mvm.h | 391 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS];
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | decl.h | 214 struct ieee_types_wmm_ac_parameters ac_params[IEEE80211_NUM_ACS];
|
D | main.h | 250 struct mwifiex_wmm_ac_status ac_status[IEEE80211_NUM_ACS]; 251 enum mwifiex_wmm_ac_e ac_down_graded_vals[IEEE80211_NUM_ACS]; 253 u8 queue_priority[IEEE80211_NUM_ACS]; 527 atomic_t wmm_tx_pending[IEEE80211_NUM_ACS];
|
D | fw.h | 1498 struct ieee_types_wmm_ac_parameters ac_params[IEEE80211_NUM_ACS]; 1519 IEEE80211_NUM_ACS];
|
D | cfg80211.c | 2559 IEEE80211_NUM_ACS, 1); in mwifiex_add_virtual_intf()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | main.h | 514 u16 edcf_txop[IEEE80211_NUM_ACS]; 516 u16 wme_retries[IEEE80211_NUM_ACS];
|
D | main.c | 328 static const u8 ac_to_fifo_mapping[IEEE80211_NUM_ACS] = { 336 static const u8 fifo_to_ac_mapping[IEEE80211_NUM_ACS] = { 942 if (queue < IEEE80211_NUM_ACS) { in brcms_c_dotxstatus() 4136 for (i_ac = 0; i_ac < IEEE80211_NUM_ACS; i_ac++, edcf_acp++) { in brcms_c_edcf_setparams() 5008 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in brcms_c_wme_retries_write() 5470 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in brcms_c_set_rate_limit() 7956 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in brcms_c_init()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | dev.h | 489 u8 ac_to_queue[IEEE80211_NUM_ACS]; 490 u8 ac_to_fifo[IEEE80211_NUM_ACS];
|
D | mac80211.c | 1267 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in iwl_setup_interface()
|
/linux-4.1.27/include/net/ |
D | mac80211.h | 148 #define IEEE80211_NUM_ACS 4 macro 1353 u8 hw_queue[IEEE80211_NUM_ACS];
|
/linux-4.1.27/drivers/net/wireless/rsi/ |
D | rsi_91x_mac80211.c | 519 if (queue >= IEEE80211_NUM_ACS) in rsi_mac80211_conf_tx()
|