Home
last modified time | relevance | path

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

/net/mac80211/
Ddebugfs_sta.c202 u64 rx_airtime = 0, tx_airtime = 0; in sta_airtime_read() local
212 rx_airtime += sta->airtime[ac].rx_airtime; in sta_airtime_read()
221 rx_airtime, in sta_airtime_read()
243 sta->airtime[ac].rx_airtime = 0; in sta_airtime_write()
Dsta_info.c1876 u32 tx_airtime, u32 rx_airtime) in ieee80211_sta_register_airtime() argument
1886 airtime += rx_airtime; in ieee80211_sta_register_airtime()
1890 sta->airtime[ac].rx_airtime += rx_airtime; in ieee80211_sta_register_airtime()
2267 sinfo->rx_duration += sta->airtime[ac].rx_airtime; in sta_set_sinfo()
Dsta_info.h132 u64 rx_airtime; member