Home
last modified time | relevance | path

Searched refs:tx_airtime (Results 1 – 2 of 2) sorted by relevance

/linux/net/mac80211/
H A Dsta_info.c2393 u32 tx_airtime, u32 rx_airtime) in ieee80211_sta_register_airtime() argument
2401 airtime += tx_airtime; in ieee80211_sta_register_airtime()
2406 sta->airtime[ac].tx_airtime += tx_airtime; in ieee80211_sta_register_airtime()
2471 u16 tx_airtime, bool tx_completed) in ieee80211_sta_update_pending_airtime() argument
2480 atomic_add(tx_airtime, in ieee80211_sta_update_pending_airtime()
2483 atomic_add(tx_airtime, &local->aql_total_pending_airtime); in ieee80211_sta_update_pending_airtime()
2484 atomic_add(tx_airtime, &local->aql_ac_pending_airtime[ac]); in ieee80211_sta_update_pending_airtime()
2489 tx_pending = atomic_sub_return(tx_airtime, in ieee80211_sta_update_pending_airtime()
2496 atomic_sub(tx_airtime, &local->aql_total_pending_airtime); in ieee80211_sta_update_pending_airtime()
2497 tx_pending = atomic_sub_return(tx_airtime, in ieee80211_sta_update_pending_airtime()
[all …]
/linux/include/net/
H A Dmac80211.h6823 u32 tx_airtime, u32 rx_airtime);