Home
last modified time | relevance | path

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

/net/mac80211/
A Ddebugfs_sta.c197 u64 rx_airtime = 0, tx_airtime = 0; in sta_airtime_read() local
207 rx_airtime += sta->airtime[ac].rx_airtime; in sta_airtime_read()
216 rx_airtime, tx_airtime, sta->airtime_weight, in sta_airtime_read()
233 sta->airtime[ac].rx_airtime = 0; in sta_airtime_write()
A Dsta_info.c2355 u32 tx_airtime, u32 rx_airtime) in ieee80211_sta_register_airtime() argument
2365 airtime += rx_airtime; in ieee80211_sta_register_airtime()
2369 sta->airtime[ac].rx_airtime += rx_airtime; in ieee80211_sta_register_airtime()
2829 link_sinfo->rx_duration += sta->airtime[ac].rx_airtime; in sta_set_link_sinfo()
3056 sinfo->rx_duration += sta->airtime[ac].rx_airtime; in sta_set_sinfo()
A Dsta_info.h139 u64 rx_airtime; member

Completed in 16 milliseconds