Home
last modified time | relevance | path

Searched refs:vlan_conf (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/net/mac80211/
Dchan.c1019 struct ieee80211_bss_conf *vlan_conf; in __ieee80211_link_copy_chanctx_to_vlans() local
1021 vlan_conf = rcu_dereference(vlan->vif.link_conf[link_id]); in __ieee80211_link_copy_chanctx_to_vlans()
1022 if (WARN_ON(!vlan_conf)) in __ieee80211_link_copy_chanctx_to_vlans()
1025 rcu_assign_pointer(vlan_conf->chanctx_conf, conf); in __ieee80211_link_copy_chanctx_to_vlans()
1221 struct ieee80211_bss_conf *vlan_conf; in ieee80211_link_update_chandef() local
1223 vlan_conf = rcu_dereference(vlan->vif.link_conf[link_id]); in ieee80211_link_update_chandef()
1224 if (WARN_ON(!vlan_conf)) in ieee80211_link_update_chandef()
1227 vlan_conf->chandef = *chandef; in ieee80211_link_update_chandef()
/linux-6.1.9/drivers/net/ethernet/broadcom/
Dcnic_defs.h3515 u8 vlan_conf; member