Lines Matching refs:tx_airtime
2284 u32 tx_airtime, u32 rx_airtime) in ieee80211_sta_register_airtime() argument
2293 airtime += tx_airtime; in ieee80211_sta_register_airtime()
2298 sta->airtime[ac].tx_airtime += tx_airtime; in ieee80211_sta_register_airtime()
2364 u16 tx_airtime, bool tx_completed) in ieee80211_sta_update_pending_airtime() argument
2373 atomic_add(tx_airtime, in ieee80211_sta_update_pending_airtime()
2376 atomic_add(tx_airtime, &local->aql_total_pending_airtime); in ieee80211_sta_update_pending_airtime()
2377 atomic_add(tx_airtime, &local->aql_ac_pending_airtime[ac]); in ieee80211_sta_update_pending_airtime()
2382 tx_pending = atomic_sub_return(tx_airtime, in ieee80211_sta_update_pending_airtime()
2389 atomic_sub(tx_airtime, &local->aql_total_pending_airtime); in ieee80211_sta_update_pending_airtime()
2390 tx_pending = atomic_sub_return(tx_airtime, in ieee80211_sta_update_pending_airtime()
2395 tx_airtime)) { in ieee80211_sta_update_pending_airtime()
2678 sinfo->tx_duration += sta->airtime[ac].tx_airtime; in sta_set_sinfo()