Home
last modified time | relevance | path

Searched refs:rx_airtime (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/net/mac80211/
Ddebugfs_sta.c205 u64 rx_airtime = 0, tx_airtime = 0; in sta_airtime_read() local
215 rx_airtime += sta->airtime[ac].rx_airtime; in sta_airtime_read()
224 rx_airtime, tx_airtime, sta->airtime_weight, in sta_airtime_read()
241 sta->airtime[ac].rx_airtime = 0; in sta_airtime_write()
Dsta_info.c2262 u32 tx_airtime, u32 rx_airtime) in ieee80211_sta_register_airtime() argument
2273 airtime += rx_airtime; in ieee80211_sta_register_airtime()
2277 sta->airtime[ac].rx_airtime += rx_airtime; in ieee80211_sta_register_airtime()
2650 sinfo->rx_duration += sta->airtime[ac].rx_airtime; in sta_set_sinfo()
Dsta_info.h139 u64 rx_airtime; member
/linux-6.6.21/drivers/net/wireless/ath/ath9k/
Ddebug.h226 u32 rx_airtime; member
/linux-6.6.21/include/net/
Dmac80211.h6329 u32 tx_airtime, u32 rx_airtime);