Lines Matching refs:old_ctx
1026 struct ieee80211_chanctx *old_ctx, *new_ctx;
1035 old_ctx = ieee80211_vif_get_chanctx(sdata);
1043 if (WARN_ON(!old_ctx))
1058 vif_chsw[0].old_ctx = &old_ctx->conf;
1081 if (ieee80211_chanctx_refcount(local, old_ctx) == 0)
1082 ieee80211_free_chanctx(local, old_ctx);
1105 struct ieee80211_chanctx *old_ctx, *new_ctx;
1109 old_ctx = ieee80211_vif_get_chanctx(sdata);
1115 if (WARN_ON(old_ctx))
1151 struct ieee80211_chanctx *old_ctx, *new_ctx;
1156 old_ctx = ieee80211_vif_get_chanctx(sdata);
1158 if (!old_ctx)
1164 if (old_ctx->replace_state != IEEE80211_CHANCTX_WILL_BE_REPLACED)
1197 struct ieee80211_chanctx *ctx, *old_ctx;
1223 old_ctx = ieee80211_vif_get_chanctx(sdata);
1225 vif_chsw[i].old_ctx = &old_ctx->conf;
1282 struct ieee80211_chanctx *ctx, *ctx_tmp, *old_ctx;
1352 old_ctx = ieee80211_vif_get_chanctx(sdata);
1353 if (old_ctx) {
1354 if (old_ctx->replace_state ==
1632 struct ieee80211_chanctx *old_ctx;
1639 old_ctx = ieee80211_vif_get_chanctx(sdata);
1654 if (old_ctx)
1664 * context readying in-place switching of old_ctx
1671 if ((old_ctx &&
1672 old_ctx->replace_state == IEEE80211_CHANCTX_WILL_BE_REPLACED) ||