Home
last modified time | relevance | path

Searched refs:vif_chsw (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/net/mac80211/
H A Dchan.c1262 struct ieee80211_vif_chanctx_switch vif_chsw[1] = {}; in ieee80211_link_use_reserved_reassign() local
1299 vif_chsw[0].vif = &sdata->vif; in ieee80211_link_use_reserved_reassign()
1300 vif_chsw[0].old_ctx = &old_ctx->conf; in ieee80211_link_use_reserved_reassign()
1301 vif_chsw[0].new_ctx = &new_ctx->conf; in ieee80211_link_use_reserved_reassign()
1302 vif_chsw[0].link_conf = link->conf; in ieee80211_link_use_reserved_reassign()
1307 err = drv_switch_vif_chanctx(local, vif_chsw, 1, in ieee80211_link_use_reserved_reassign()
1435 struct ieee80211_vif_chanctx_switch *vif_chsw; in ieee80211_chsw_switch_vifs() local
1443 vif_chsw = kcalloc(n_vifs, sizeof(vif_chsw[0]), GFP_KERNEL); in ieee80211_chsw_switch_vifs()
1444 if (!vif_chsw) in ieee80211_chsw_switch_vifs()
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dchan.c1025 struct ieee80211_vif_chanctx_switch vif_chsw[1] = {}; in ieee80211_vif_use_reserved_reassign() local
1057 vif_chsw[0].vif = &sdata->vif; in ieee80211_vif_use_reserved_reassign()
1058 vif_chsw[0].old_ctx = &old_ctx->conf; in ieee80211_vif_use_reserved_reassign()
1059 vif_chsw[0].new_ctx = &new_ctx->conf; in ieee80211_vif_use_reserved_reassign()
1064 err = drv_switch_vif_chanctx(local, vif_chsw, 1, in ieee80211_vif_use_reserved_reassign()
1195 struct ieee80211_vif_chanctx_switch *vif_chsw; in ieee80211_chsw_switch_vifs() local
1203 vif_chsw = kcalloc(n_vifs, sizeof(vif_chsw[0]), GFP_KERNEL); in ieee80211_chsw_switch_vifs()
1204 if (!vif_chsw) in ieee80211_chsw_switch_vifs()
1224 vif_chsw[ in ieee80211_chsw_switch_vifs()
[all...]

Completed in 4 milliseconds