Searched refs:v_t (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/net/mac80211/ |
D | debugfs.c | 392 u64 v_t[IEEE80211_NUM_ACS]; in airtime_read() local 398 v_t[ac] = local->airtime[ac].v_t; in airtime_read() 406 v_t[0], in airtime_read() 407 v_t[1], in airtime_read() 408 v_t[2], in airtime_read() 409 v_t[3], in airtime_read()
|
D | debugfs_sta.c | 205 u64 v_t[IEEE80211_NUM_ACS]; in sta_airtime_read() local 216 v_t[ac] = sta->airtime[ac].v_t; in sta_airtime_read() 224 v_t[0], v_t[1], v_t[2], v_t[3]); in sta_airtime_read() 242 sta->airtime[ac].v_t = 0; in sta_airtime_write()
|
D | tx.c | 3856 if (air_info->v_t > air_sched->v_t && in ieee80211_next_txq() 3857 (!first || !airtime_catchup_v_t(air_sched, air_info->v_t, now))) in ieee80211_next_txq() 3889 if (new_air->v_t <= old_air->v_t) { in __ieee80211_insert_txq() 3935 if ((!a_prev || a_prev->v_t <= air_info->v_t) && in ieee80211_resort_txq() 3936 (!a_next || a_next->v_t > air_info->v_t)) in ieee80211_resort_txq() 4002 if ((!was_active && air_info->v_t < air_sched->v_t) || in ieee80211_schedule_txq() 4003 air_info->v_t < air_sched->v_t - AIRTIME_MAX_BEHIND) in ieee80211_schedule_txq() 4004 air_info->v_t = air_sched->v_t; in ieee80211_schedule_txq() 4140 if (air_sched->v_t < air_info->v_t) in ieee80211_txq_may_transmit() 4141 airtime_catchup_v_t(air_sched, air_info->v_t, now); in ieee80211_txq_may_transmit() [all …]
|
D | ieee80211_i.h | 1176 u64 v_t; member 1716 u64 v_t, u64 now) in airtime_catchup_v_t() argument 1718 air_sched->v_t = v_t; in airtime_catchup_v_t()
|
D | sta_info.h | 142 u64 v_t; member
|
D | debugfs_netdev.c | 535 air_info->v_t); in ieee80211_if_fmt_airtime()
|
D | sta_info.c | 1926 air_sched->v_t += (u64)((airtime + (weight_sum >> 1)) * in ieee80211_register_airtime() 1928 air_info->v_t += (u32)((airtime + (air_info->weight >> 1)) * in ieee80211_register_airtime()
|