Home
last modified time | relevance | path

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

/linux-6.6.21/net/mac80211/
Dchan.c1081 if (WARN_ON(!ctx->replace_ctx)) in ieee80211_link_unreserve_chanctx()
1084 WARN_ON(ctx->replace_ctx->replace_state != in ieee80211_link_unreserve_chanctx()
1086 WARN_ON(ctx->replace_ctx->replace_ctx != ctx); in ieee80211_link_unreserve_chanctx()
1088 ctx->replace_ctx->replace_ctx = NULL; in ieee80211_link_unreserve_chanctx()
1089 ctx->replace_ctx->replace_state = in ieee80211_link_unreserve_chanctx()
1178 new_ctx->replace_ctx = curr_ctx; in ieee80211_link_reserve_chanctx()
1182 curr_ctx->replace_ctx = new_ctx; in ieee80211_link_reserve_chanctx()
1452 if (WARN_ON(!ctx->replace_ctx)) { in ieee80211_chsw_switch_vifs()
1492 if (!list_empty(&ctx->replace_ctx->assigned_links)) in ieee80211_chsw_switch_ctxs()
1495 ieee80211_del_chanctx(local, ctx->replace_ctx); in ieee80211_chsw_switch_ctxs()
[all …]
Dieee80211_i.h838 struct ieee80211_chanctx *replace_ctx; member