Searched refs:replace_ctx (Results 1 – 2 of 2) sorted by relevance
1102 if (WARN_ON(!ctx->replace_ctx)) in ieee80211_link_unreserve_chanctx()1107 WARN_ON(ctx->replace_ctx->replace_ctx != ctx); in ieee80211_link_unreserve_chanctx()1109 ctx->replace_ctx->replace_ctx = NULL; in ieee80211_link_unreserve_chanctx()1185 new_ctx->replace_ctx = curr_ctx; in ieee80211_replace_chanctx()1188 curr_ctx->replace_ctx = new_ctx; in ieee80211_replace_chanctx()1502 if (WARN_ON(!ctx->replace_ctx)) { in ieee80211_chsw_switch_vifs()1598 if (WARN_ON(!ctx->replace_ctx)) { in ieee80211_vif_use_reserved_switch()1668 if (WARN_ON(!ctx->replace_ctx)) { in ieee80211_vif_use_reserved_switch()1713 if (WARN_ON(!ctx->replace_ctx)) { in ieee80211_vif_use_reserved_switch()1812 ctx->replace_ctx->replace_ctx = NULL; in ieee80211_vif_use_reserved_switch()[all …]
906 struct ieee80211_chanctx *replace_ctx; member