Lines Matching refs:tx_airtime
2124 u32 tx_airtime, u32 rx_airtime) in ieee80211_sta_register_airtime() argument
2133 airtime += tx_airtime; in ieee80211_sta_register_airtime()
2138 sta->airtime[ac].tx_airtime += tx_airtime; in ieee80211_sta_register_airtime()
2204 u16 tx_airtime, bool tx_completed) in ieee80211_sta_update_pending_airtime() argument
2213 atomic_add(tx_airtime, in ieee80211_sta_update_pending_airtime()
2216 atomic_add(tx_airtime, &local->aql_total_pending_airtime); in ieee80211_sta_update_pending_airtime()
2217 atomic_add(tx_airtime, &local->aql_ac_pending_airtime[ac]); in ieee80211_sta_update_pending_airtime()
2222 tx_pending = atomic_sub_return(tx_airtime, in ieee80211_sta_update_pending_airtime()
2229 atomic_sub(tx_airtime, &local->aql_total_pending_airtime); in ieee80211_sta_update_pending_airtime()
2230 tx_pending = atomic_sub_return(tx_airtime, in ieee80211_sta_update_pending_airtime()
2235 tx_airtime)) { in ieee80211_sta_update_pending_airtime()
2618 sinfo->tx_duration += sta->airtime[ac].tx_airtime; in sta_set_sinfo()