Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mac80211/
H A Doffchannel.c214 if (roc->abort || roc->hw_begun || remaining <= 0) in ieee80211_end_finished_rocs()
271 roc->hw_begun = true; in ieee80211_hw_roc_start()
501 if (!cur_roc->hw_begun && new_roc->duration > cur_roc->duration) in ieee80211_coalesce_hw_started_roc()
519 if (cur_roc->hw_begun) { in ieee80211_coalesce_hw_started_roc()
520 new_roc->hw_begun = true; in ieee80211_coalesce_hw_started_roc()
H A Dieee80211_i.h340 bool started, abort, hw_begun, notified; member
/kernel/linux/linux-6.6/net/mac80211/
H A Doffchannel.c216 if (roc->abort || roc->hw_begun || remaining <= 0) in ieee80211_end_finished_rocs()
273 roc->hw_begun = true; in ieee80211_hw_roc_start()
503 if (!cur_roc->hw_begun && new_roc->duration > cur_roc->duration) in ieee80211_coalesce_hw_started_roc()
521 if (cur_roc->hw_begun) { in ieee80211_coalesce_hw_started_roc()
522 new_roc->hw_begun = true; in ieee80211_coalesce_hw_started_roc()
H A Dieee80211_i.h343 bool started, abort, hw_begun, notified; member

Completed in 11 milliseconds