Lines Matching refs:vif_chsw
1025 struct ieee80211_vif_chanctx_switch vif_chsw[1] = {};
1057 vif_chsw[0].vif = &sdata->vif;
1058 vif_chsw[0].old_ctx = &old_ctx->conf;
1059 vif_chsw[0].new_ctx = &new_ctx->conf;
1064 err = drv_switch_vif_chanctx(local, vif_chsw, 1,
1195 struct ieee80211_vif_chanctx_switch *vif_chsw;
1203 vif_chsw = kcalloc(n_vifs, sizeof(vif_chsw[0]), GFP_KERNEL);
1204 if (!vif_chsw)
1224 vif_chsw[i].vif = &sdata->vif;
1225 vif_chsw[i].old_ctx = &old_ctx->conf;
1226 vif_chsw[i].new_ctx = &ctx->conf;
1232 err = drv_switch_vif_chanctx(local, vif_chsw, n_vifs,
1236 kfree(vif_chsw);