/kernel/linux/linux-5.10/drivers/staging/wfx/ |
H A D | queue.c | 66 const int priorities[IEEE80211_NUM_ACS] = { 1, 2, 64, 128 }; in wfx_tx_queues_init() 69 for (i = 0; i < IEEE80211_NUM_ACS; ++i) { in wfx_tx_queues_init() 80 for (i = 0; i < IEEE80211_NUM_ACS; ++i) { in wfx_tx_queues_check_empty() 219 for (i = 0; i < IEEE80211_NUM_ACS; ++i) in wfx_tx_queues_has_cab() 234 struct wfx_queue *queues[IEEE80211_NUM_ACS * ARRAY_SIZE(wdev->vif)]; in wfx_tx_queues_get_skb() 243 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in wfx_tx_queues_get_skb()
|
H A D | traces.h | 397 for (i = 0; i < IEEE80211_NUM_ACS; i++) { 448 __array(int, hw, IEEE80211_NUM_ACS * 2) 449 __array(int, drv, IEEE80211_NUM_ACS * 2) 450 __array(int, cab, IEEE80211_NUM_ACS * 2) 457 for (j = 0; j < IEEE80211_NUM_ACS * 2; j++) { 466 for (i = 0; i < IEEE80211_NUM_ACS; i++) { 467 j = wvif->id * IEEE80211_NUM_ACS + i; 468 WARN_ON(j >= IEEE80211_NUM_ACS * 2);
|
H A D | data_tx.c | 343 WARN(queue_id >= IEEE80211_NUM_ACS, "unsupported queue_id"); in wfx_tx_inner() 545 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in wfx_flush_vif() 554 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in wfx_flush_vif()
|
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/ |
H A D | queue.c | 65 const int priorities[IEEE80211_NUM_ACS] = { 1, 2, 64, 128 }; in wfx_tx_queues_init() 68 for (i = 0; i < IEEE80211_NUM_ACS; ++i) { in wfx_tx_queues_init() 84 for (i = 0; i < IEEE80211_NUM_ACS; ++i) { in wfx_tx_queues_check_empty() 213 for (i = 0; i < IEEE80211_NUM_ACS; ++i) in wfx_tx_queues_has_cab() 229 struct wfx_queue *queues[IEEE80211_NUM_ACS * ARRAY_SIZE(wdev->vif)]; in wfx_tx_queues_get_skb() 238 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in wfx_tx_queues_get_skb()
|
H A D | traces.h | 393 for (i = 0; i < IEEE80211_NUM_ACS; i++) { 443 __array(int, hw, IEEE80211_NUM_ACS * 2) 444 __array(int, drv, IEEE80211_NUM_ACS * 2) 445 __array(int, cab, IEEE80211_NUM_ACS * 2) 452 for (j = 0; j < IEEE80211_NUM_ACS * 2; j++) { 461 for (i = 0; i < IEEE80211_NUM_ACS; i++) { 462 j = wvif->id * IEEE80211_NUM_ACS + i; 463 WARN_ON(j >= IEEE80211_NUM_ACS * 2);
|
H A D | data_tx.c | 316 WARN(queue_id >= IEEE80211_NUM_ACS, "unsupported queue_id"); in wfx_tx_inner() 511 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in wfx_flush_vif() 520 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in wfx_flush_vif()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | regulatory.h | 213 struct ieee80211_wmm_ac client[IEEE80211_NUM_ACS]; 214 struct ieee80211_wmm_ac ap[IEEE80211_NUM_ACS];
|
/kernel/linux/linux-6.6/include/net/ |
H A D | regulatory.h | 205 struct ieee80211_wmm_ac client[IEEE80211_NUM_ACS]; 206 struct ieee80211_wmm_ac ap[IEEE80211_NUM_ACS];
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | sta_info.h | 605 struct sk_buff_head ps_tx_buf[IEEE80211_NUM_ACS]; 606 struct sk_buff_head tx_filtered[IEEE80211_NUM_ACS]; 639 u64 packets[IEEE80211_NUM_ACS]; 640 u64 bytes[IEEE80211_NUM_ACS]; 647 struct airtime_info airtime[IEEE80211_NUM_ACS];
|
H A D | debugfs_sta.c | 110 char buf[17*IEEE80211_NUM_ACS], *p = buf; in sta_num_ps_buf_frames_read() 113 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in sta_num_ps_buf_frames_read() 204 s64 deficit[IEEE80211_NUM_ACS]; in sta_airtime_read() 211 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in sta_airtime_read() 237 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in sta_airtime_write() 256 u32 q_depth[IEEE80211_NUM_ACS]; in sta_aql_read() 257 u32 q_limit_l[IEEE80211_NUM_ACS], q_limit_h[IEEE80211_NUM_ACS]; in sta_aql_read() 264 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in sta_aql_read() 302 if (ac >= IEEE80211_NUM_ACS) in sta_aql_write() [all...] |
H A D | wme.c | 123 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_select_queue_80211() 192 if (local->hw.queues < IEEE80211_NUM_ACS || skb->len < 6) { in ieee80211_select_queue()
|
H A D | sta_info.c | 123 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in __cleanup_single_sta() 430 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in sta_info_alloc() 830 if (ignore_for_tim == BIT(IEEE80211_NUM_ACS) - 1) in __sta_info_recalc_tim() 834 ignore_for_tim = BIT(IEEE80211_NUM_ACS) - 1; in __sta_info_recalc_tim() 836 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in __sta_info_recalc_tim() 990 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in sta_info_cleanup_expire_buffered() 1348 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_ps_deliver_wakeup() 1508 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_ps_more_data() 1531 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_ps_get_frames() 1620 for (ac = IEEE80211_AC_VO; ac < IEEE80211_NUM_ACS; a in ieee80211_sta_ps_deliver_response() [all...] |
H A D | ieee80211_i.h | 79 extern const u8 ieee80211_ac_to_qos_mask[IEEE80211_NUM_ACS]; 549 struct ieee80211_sta_tx_tspec tx_tspec[IEEE80211_NUM_ACS]; 942 struct ieee80211_tx_queue_params tx_conf[IEEE80211_NUM_ACS]; 1174 spinlock_t active_txq_lock[IEEE80211_NUM_ACS]; 1175 struct list_head active_txqs[IEEE80211_NUM_ACS]; 1176 u16 schedule_round[IEEE80211_NUM_ACS]; 1179 u32 aql_txq_limit_low[IEEE80211_NUM_ACS]; 1180 u32 aql_txq_limit_high[IEEE80211_NUM_ACS];
|
H A D | iface.c | 324 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in ieee80211_check_queues() 732 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_monitor_select_queue() 901 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in ieee80211_set_default_queues() 904 else if (local->hw.queues >= IEEE80211_NUM_ACS) in ieee80211_set_default_queues() 1277 int n_acs = IEEE80211_NUM_ACS; in ieee80211_do_open() 1280 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_do_open() 1887 if (local->hw.queues >= IEEE80211_NUM_ACS) in ieee80211_if_add() 1888 txqs = IEEE80211_NUM_ACS; in ieee80211_if_add()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | sta_info.h | 555 u64 packets[IEEE80211_NUM_ACS]; 556 u64 bytes[IEEE80211_NUM_ACS]; 689 struct sk_buff_head ps_tx_buf[IEEE80211_NUM_ACS]; 690 struct sk_buff_head tx_filtered[IEEE80211_NUM_ACS]; 702 struct airtime_info airtime[IEEE80211_NUM_ACS];
|
H A D | sta_info.c | 154 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in __cleanup_single_sta() 628 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in __sta_info_alloc() 1046 if (ignore_for_tim == BIT(IEEE80211_NUM_ACS) - 1) in __sta_info_recalc_tim() 1050 ignore_for_tim = BIT(IEEE80211_NUM_ACS) - 1; in __sta_info_recalc_tim() 1052 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in __sta_info_recalc_tim() 1206 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in sta_info_cleanup_expire_buffered() 1714 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_ps_deliver_wakeup() 1874 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_ps_more_data() 1897 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_ps_get_frames() 1986 for (ac = IEEE80211_AC_VO; ac < IEEE80211_NUM_ACS; a in ieee80211_sta_ps_deliver_response() [all...] |
H A D | debugfs_sta.c | 111 char buf[17*IEEE80211_NUM_ACS], *p = buf; in sta_num_ps_buf_frames_read() 114 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in sta_num_ps_buf_frames_read() 206 s32 deficit[IEEE80211_NUM_ACS]; in sta_airtime_read() 213 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in sta_airtime_read() 239 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in sta_airtime_write() 258 u32 q_depth[IEEE80211_NUM_ACS]; in sta_aql_read() 259 u32 q_limit_l[IEEE80211_NUM_ACS], q_limit_h[IEEE80211_NUM_ACS]; in sta_aql_read() 266 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in sta_aql_read() 304 if (ac >= IEEE80211_NUM_ACS) in sta_aql_write() [all...] |
H A D | ieee80211_i.h | 82 extern const u8 ieee80211_ac_to_qos_mask[IEEE80211_NUM_ACS]; 540 struct ieee80211_sta_tx_tspec tx_tspec[IEEE80211_NUM_ACS]; 1015 struct ieee80211_tx_queue_params tx_conf[IEEE80211_NUM_ACS]; 1321 spinlock_t active_txq_lock[IEEE80211_NUM_ACS]; 1322 struct list_head active_txqs[IEEE80211_NUM_ACS]; 1323 u16 schedule_round[IEEE80211_NUM_ACS]; 1329 u32 aql_txq_limit_low[IEEE80211_NUM_ACS]; 1330 u32 aql_txq_limit_high[IEEE80211_NUM_ACS]; 1333 atomic_t aql_ac_pending_airtime[IEEE80211_NUM_ACS];
|
H A D | wme.c | 129 local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_select_queue_80211()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | mac.c | 42 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7921_mac_sta_poll() 71 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt7921_mac_sta_poll() 98 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt7921_mac_sta_poll()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | usb.c | 803 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76u_tx_worker() 972 if (i >= IEEE80211_NUM_ACS) { in mt76u_alloc_tx() 1006 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76u_free_tx() 1032 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76u_stop_tx() 1046 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76u_stop_tx()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | usb.c | 770 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76u_status_worker() 935 if (i >= IEEE80211_NUM_ACS) { in mt76u_alloc_tx() 972 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76u_free_tx() 1002 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76u_stop_tx() 1016 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76u_stop_tx()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | decl.h | 224 struct ieee_types_wmm_ac_parameters ac_params[IEEE80211_NUM_ACS];
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | decl.h | 211 struct ieee_types_wmm_ac_parameters ac_params[IEEE80211_NUM_ACS];
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | main.h | 419 * edcf_txop[IEEE80211_NUM_ACS]: current txop for each ac. 514 u16 edcf_txop[IEEE80211_NUM_ACS]; 516 u16 wme_retries[IEEE80211_NUM_ACS];
|