Lines Matching refs:vif_chsw
1262 struct ieee80211_vif_chanctx_switch vif_chsw[1] = {};
1299 vif_chsw[0].vif = &sdata->vif;
1300 vif_chsw[0].old_ctx = &old_ctx->conf;
1301 vif_chsw[0].new_ctx = &new_ctx->conf;
1302 vif_chsw[0].link_conf = link->conf;
1307 err = drv_switch_vif_chanctx(local, vif_chsw, 1,
1435 struct ieee80211_vif_chanctx_switch *vif_chsw;
1443 vif_chsw = kcalloc(n_vifs, sizeof(vif_chsw[0]), GFP_KERNEL);
1444 if (!vif_chsw)
1463 vif_chsw[i].vif = &link->sdata->vif;
1464 vif_chsw[i].old_ctx = &old_ctx->conf;
1465 vif_chsw[i].new_ctx = &ctx->conf;
1466 vif_chsw[i].link_conf = link->conf;
1472 err = drv_switch_vif_chanctx(local, vif_chsw, n_vifs,
1476 kfree(vif_chsw);