Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dsta_info.c2416 u32 tx_airtime, u32 rx_airtime) in ieee80211_sta_register_airtime() argument
2426 airtime += rx_airtime; in ieee80211_sta_register_airtime()
2430 sta->airtime[ac].rx_airtime += rx_airtime; in ieee80211_sta_register_airtime()
2945 link_sinfo->rx_duration += sta->airtime[ac].rx_airtime; in sta_set_link_sinfo()
3177 sinfo->rx_duration += sta->airtime[ac].rx_airtime; in sta_set_sinfo()
H A Dsta_info.h139 u64 rx_airtime; member
/linux/include/net/
H A Dmac80211.h6877 u32 tx_airtime, u32 rx_airtime);