Searched refs:replace_ctx (Results 1 – 2 of 2) sorted by relevance
1418 if (WARN_ON(!ctx->replace_ctx)) in ieee80211_link_unreserve_chanctx()1421 WARN_ON(ctx->replace_ctx->replace_state != in ieee80211_link_unreserve_chanctx()1423 WARN_ON(ctx->replace_ctx->replace_ctx != ctx); in ieee80211_link_unreserve_chanctx()1425 ctx->replace_ctx->replace_ctx = NULL; in ieee80211_link_unreserve_chanctx()1426 ctx->replace_ctx->replace_state = in ieee80211_link_unreserve_chanctx()1499 new_ctx->replace_ctx = curr_ctx; in ieee80211_replace_chanctx()1502 curr_ctx->replace_ctx = new_ctx; in ieee80211_replace_chanctx()1820 if (WARN_ON(!ctx->replace_ctx)) { in ieee80211_chsw_switch_vifs()1861 ieee80211_del_chanctx(local, ctx->replace_ctx, false); in ieee80211_chsw_switch_ctxs()1879 WARN_ON(ieee80211_add_chanctx(local, ctx->replace_ctx)); in ieee80211_chsw_switch_ctxs()[all …]
932 struct ieee80211_chanctx *replace_ctx; member