Home
last modified time | relevance | path

Searched refs:tx_airtime (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/net/mac80211/
H A Dsta_info.c2262 u32 tx_airtime, u32 rx_airtime) in ieee80211_sta_register_airtime()
2271 airtime += tx_airtime; in ieee80211_sta_register_airtime()
2276 sta->airtime[ac].tx_airtime += tx_airtime; in ieee80211_sta_register_airtime()
2342 u16 tx_airtime, bool tx_completed) in ieee80211_sta_update_pending_airtime()
2351 atomic_add(tx_airtime, in ieee80211_sta_update_pending_airtime()
2354 atomic_add(tx_airtime, &local->aql_total_pending_airtime); in ieee80211_sta_update_pending_airtime()
2355 atomic_add(tx_airtime, &local->aql_ac_pending_airtime[ac]); in ieee80211_sta_update_pending_airtime()
2360 tx_pending = atomic_sub_return(tx_airtime, in ieee80211_sta_update_pending_airtime()
2367 atomic_sub(tx_airtime, in ieee80211_sta_update_pending_airtime()
2261 ieee80211_sta_register_airtime(struct ieee80211_sta *pubsta, u8 tid, u32 tx_airtime, u32 rx_airtime) ieee80211_sta_register_airtime() argument
2340 ieee80211_sta_update_pending_airtime(struct ieee80211_local *local, struct sta_info *sta, u8 ac, u16 tx_airtime, bool tx_completed) ieee80211_sta_update_pending_airtime() argument
[all...]
H A Dsta_info.h140 u64 tx_airtime; member
150 u16 tx_airtime, bool tx_completed);
H A Ddebugfs_sta.c205 u64 rx_airtime = 0, tx_airtime = 0; in sta_airtime_read() local
216 tx_airtime += sta->airtime[ac].tx_airtime; in sta_airtime_read()
224 rx_airtime, tx_airtime, sta->airtime_weight, in sta_airtime_read()
242 sta->airtime[ac].tx_airtime = 0; in sta_airtime_write()
/kernel/linux/linux-5.10/net/mac80211/
H A Dsta_info.c1899 u32 tx_airtime, u32 rx_airtime) in ieee80211_sta_register_airtime()
1907 airtime += tx_airtime; in ieee80211_sta_register_airtime()
1912 sta->airtime[ac].tx_airtime += tx_airtime; in ieee80211_sta_register_airtime()
1921 u16 tx_airtime, bool tx_completed) in ieee80211_sta_update_pending_airtime()
1930 atomic_add(tx_airtime, in ieee80211_sta_update_pending_airtime()
1933 atomic_add(tx_airtime, &local->aql_total_pending_airtime); in ieee80211_sta_update_pending_airtime()
1938 tx_pending = atomic_sub_return(tx_airtime, in ieee80211_sta_update_pending_airtime()
1945 tx_pending = atomic_sub_return(tx_airtime, in ieee80211_sta_update_pending_airtime()
1950 tx_airtime)) in ieee80211_sta_update_pending_airtime()
1898 ieee80211_sta_register_airtime(struct ieee80211_sta *pubsta, u8 tid, u32 tx_airtime, u32 rx_airtime) ieee80211_sta_register_airtime() argument
1919 ieee80211_sta_update_pending_airtime(struct ieee80211_local *local, struct sta_info *sta, u8 ac, u16 tx_airtime, bool tx_completed) ieee80211_sta_update_pending_airtime() argument
[all...]
H A Ddebugfs_sta.c203 u64 rx_airtime = 0, tx_airtime = 0; in sta_airtime_read() local
214 tx_airtime += sta->airtime[ac].tx_airtime; in sta_airtime_read()
222 rx_airtime, tx_airtime, sta->airtime_weight, in sta_airtime_read()
240 sta->airtime[ac].tx_airtime = 0; in sta_airtime_write()
H A Dsta_info.h138 u64 tx_airtime; member
147 u16 tx_airtime, bool tx_completed);
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Ddebug.h226 u32 tx_airtime; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Ddebug.h227 u32 tx_airtime; member
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02.h90 u32 tx_airtime; member
H A Dmt76x02_mac.c643 dev->tx_airtime += duration; in mt76x02_send_tx_status()
1033 state->cc_tx += dev->tx_airtime; in mt76x02_update_channel()
1034 dev->tx_airtime = 0; in mt76x02_update_channel()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02.h100 u32 tx_airtime; member
H A Dmt76x02_mac.c646 dev->tx_airtime += duration; in mt76x02_send_tx_status()
1037 state->cc_tx += dev->tx_airtime; in mt76x02_update_channel()
1038 dev->tx_airtime = 0; in mt76x02_update_channel()
/kernel/linux/linux-5.10/include/net/
H A Dmac80211.h5740 * @tx_airtime: airtime used during TX (in usec)
5744 u32 tx_airtime, u32 rx_airtime);
/kernel/linux/linux-6.6/include/net/
H A Dmac80211.h6325 * @tx_airtime: airtime used during TX (in usec)
6329 u32 tx_airtime, u32 rx_airtime);

Completed in 38 milliseconds