Lines Matching defs:vif_chsw
1341 struct ieee80211_vif_chanctx_switch vif_chsw[1] = {};
1379 vif_chsw[0].vif = &sdata->vif;
1380 vif_chsw[0].old_ctx = &old_ctx->conf;
1381 vif_chsw[0].new_ctx = &new_ctx->conf;
1382 vif_chsw[0].link_conf = link->conf;
1387 err = drv_switch_vif_chanctx(local, vif_chsw, 1,
1499 struct ieee80211_vif_chanctx_switch *vif_chsw;
1506 vif_chsw = kcalloc(n_vifs, sizeof(vif_chsw[0]), GFP_KERNEL);
1507 if (!vif_chsw)
1526 vif_chsw[i].vif = &link->sdata->vif;
1527 vif_chsw[i].old_ctx = &old_ctx->conf;
1528 vif_chsw[i].new_ctx = &ctx->conf;
1529 vif_chsw[i].link_conf = link->conf;
1535 err = drv_switch_vif_chanctx(local, vif_chsw, n_vifs,
1539 kfree(vif_chsw);