Home
last modified time | relevance | path

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

/linux-6.6.21/net/mac80211/
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()
Dieee80211_i.h343 bool started, abort, hw_begun, notified; member