Searched refs:rx_airtime (Results 1 – 3 of 3) sorted by relevance
202 u64 rx_airtime = 0, tx_airtime = 0; in sta_airtime_read() local212 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()
1876 u32 tx_airtime, u32 rx_airtime) in ieee80211_sta_register_airtime() argument1886 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()
132 u64 rx_airtime; member