Home
last modified time | relevance | path

Searched refs:reserved_chanctx (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/net/mac80211/
Dchan.c115 if (sdata->reserved_chanctx != NULL) in ieee80211_chanctx_non_reserved_chandef()
835 struct ieee80211_chanctx *ctx = sdata->reserved_chanctx; in ieee80211_vif_unreserve_chanctx()
843 sdata->reserved_chanctx = NULL; in ieee80211_vif_unreserve_chanctx()
956 sdata->reserved_chanctx = new_ctx; in ieee80211_vif_reserve_chanctx()
1021 new_ctx = sdata->reserved_chanctx; in ieee80211_vif_use_reserved_reassign()
1049 sdata->reserved_chanctx = NULL; in ieee80211_vif_use_reserved_reassign()
1097 new_ctx = sdata->reserved_chanctx; in ieee80211_vif_use_reserved_assign()
1120 sdata->reserved_chanctx = NULL; in ieee80211_vif_use_reserved_assign()
1142 new_ctx = sdata->reserved_chanctx; in ieee80211_vif_has_in_place_reservation()
1314 if (sdata->reserved_chanctx) { in ieee80211_vif_use_reserved_switch()
[all …]
Dieee80211_i.h930 struct ieee80211_chanctx *reserved_chanctx; member
Dcfg.c3092 if (sdata->reserved_chanctx) { in __ieee80211_csa_finalize()
Dmlme.c1105 if (sdata->reserved_chanctx) { in ieee80211_chswitch_work()