Home
last modified time | relevance | path

Searched refs:to_airtime_info (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/net/mac80211/
Dtx.c3854 air_info = to_airtime_info(&txqi->txq); in ieee80211_next_txq()
3886 old_air = to_airtime_info(&__txqi->txq); in __ieee80211_insert_txq()
3887 new_air = to_airtime_info(&txqi->txq); in __ieee80211_insert_txq()
3904 struct airtime_info *air_info = to_airtime_info(txq); in ieee80211_resort_txq()
3926 a_prev = to_airtime_info(&t_prev->txq); in ieee80211_resort_txq()
3932 a_next = to_airtime_info(&t_next->txq); in ieee80211_resort_txq()
3989 air_info = to_airtime_info(txq); in ieee80211_schedule_txq()
4024 air_info = to_airtime_info(&txqi->txq); in __ieee80211_unschedule_txq()
4081 struct airtime_info *air_info = to_airtime_info(txq); in ieee80211_txq_airtime_check()
4138 air_info = to_airtime_info(&first_txqi->txq); in ieee80211_txq_may_transmit()
[all …]
Ddebugfs_netdev.c527 air_info = to_airtime_info(txq); in ieee80211_if_fmt_airtime()
Dieee80211_i.h1613 static inline struct airtime_info *to_airtime_info(struct ieee80211_txq *txq) in to_airtime_info() function
Dsta_info.c1902 air_info = to_airtime_info(txq); in ieee80211_register_airtime()