Home
last modified time | relevance | path

Searched refs:schedule_round (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/net/mac80211/
H A Dtx.c4034 if (!local->schedule_round[ac]) in ieee80211_next_txq()
4074 if (txqi->schedule_round == local->schedule_round[ac]) in ieee80211_next_txq()
4078 txqi->schedule_round = local->schedule_round[ac]; in ieee80211_next_txq()
4237 local->schedule_round[ac]++; in ieee80211_txq_schedule_start()
4238 if (!local->schedule_round[ac]) in ieee80211_txq_schedule_start()
4239 local->schedule_round[ac]++; in ieee80211_txq_schedule_start()
4241 local->schedule_round[ac] = 0; in ieee80211_txq_schedule_start()
H A Dieee80211_i.h867 * @schedule_round: counter to prevent infinite loops on TXQ scheduling
874 u16 schedule_round; member
1323 u16 schedule_round[IEEE80211_NUM_ACS]; member
/kernel/linux/linux-5.10/net/mac80211/
H A Dtx.c3843 if (txqi->schedule_round == local->schedule_round[ac]) in ieee80211_next_txq()
3847 txqi->schedule_round = local->schedule_round[ac]; in ieee80211_next_txq()
3971 local->schedule_round[ac]++; in ieee80211_txq_schedule_start()
H A Dieee80211_i.h859 * @schedule_round: counter to prevent infinite loops on TXQ scheduling
868 u16 schedule_round; member
1176 u16 schedule_round[IEEE80211_NUM_ACS]; member

Completed in 22 milliseconds