Home
last modified time | relevance | path

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

/net/mac80211/
A Dsta_info.c2355 u32 tx_airtime, u32 rx_airtime) in ieee80211_sta_register_airtime() argument
2363 airtime += tx_airtime; in ieee80211_sta_register_airtime()
2368 sta->airtime[ac].tx_airtime += tx_airtime; in ieee80211_sta_register_airtime()
2433 u16 tx_airtime, bool tx_completed) in ieee80211_sta_update_pending_airtime() argument
2442 atomic_add(tx_airtime, in ieee80211_sta_update_pending_airtime()
2451 tx_pending = atomic_sub_return(tx_airtime, in ieee80211_sta_update_pending_airtime()
2458 atomic_sub(tx_airtime, &local->aql_total_pending_airtime); in ieee80211_sta_update_pending_airtime()
2459 tx_pending = atomic_sub_return(tx_airtime, in ieee80211_sta_update_pending_airtime()
2464 tx_airtime)) { in ieee80211_sta_update_pending_airtime()
2835 link_sinfo->tx_duration += sta->airtime[ac].tx_airtime; in sta_set_link_sinfo()
[all …]
A Ddebugfs_sta.c197 u64 rx_airtime = 0, tx_airtime = 0; in sta_airtime_read() local
208 tx_airtime += sta->airtime[ac].tx_airtime; in sta_airtime_read()
216 rx_airtime, tx_airtime, sta->airtime_weight, in sta_airtime_read()
234 sta->airtime[ac].tx_airtime = 0; in sta_airtime_write()
A Dsta_info.h140 u64 tx_airtime; member
150 u16 tx_airtime, bool tx_completed);

Completed in 24 milliseconds