Home
last modified time | relevance | path

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

/Linux-v5.15/net/mac80211/
Dsta_info.h139 struct airtime_info { struct
654 struct airtime_info airtime[IEEE80211_NUM_ACS];
Dieee80211_i.h927 struct airtime_info airtime[IEEE80211_NUM_ACS];
1613 static inline struct airtime_info *to_airtime_info(struct ieee80211_txq *txq) in to_airtime_info()
1647 static inline void airtime_weight_set(struct airtime_info *air_info, u16 weight) in airtime_weight_set()
1702 static inline bool airtime_is_active(struct airtime_info *air_info, u64 now) in airtime_is_active()
1708 struct airtime_info *air_info, u64 now) in airtime_set_active()
1722 static inline void init_airtime_info(struct airtime_info *air_info, in init_airtime_info()
Dtx.c3832 struct airtime_info *air_info; in ieee80211_next_txq()
3878 struct airtime_info *old_air, *new_air; in __ieee80211_insert_txq()
3904 struct airtime_info *air_info = to_airtime_info(txq); in ieee80211_resort_txq()
3914 struct airtime_info *a_prev = NULL, *a_next = NULL; in ieee80211_resort_txq()
3953 struct airtime_info *air_info, *tmp; in ieee80211_update_airtime_weight()
3984 struct airtime_info *air_info; in ieee80211_schedule_txq()
4021 struct airtime_info *air_info; in __ieee80211_unschedule_txq()
4081 struct airtime_info *air_info = to_airtime_info(txq); in ieee80211_txq_airtime_check()
4114 struct airtime_info *air_info; in ieee80211_txq_may_transmit()
Ddebugfs_netdev.c520 struct airtime_info *air_info; in ieee80211_if_fmt_airtime()
Dsta_info.c1898 struct airtime_info *air_info; in ieee80211_register_airtime()
Dcfg.c1480 struct airtime_info *air_info = &sta->airtime[ac]; in sta_apply_airtime_params()