Home
last modified time | relevance | path

Searched refs:br_vlan_get_pvid (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dif_bridge.h115 int br_vlan_get_pvid(const struct net_device *dev, u16 *p_pvid);
131 static inline int br_vlan_get_pvid(const struct net_device *dev, u16 *p_pvid) in br_vlan_get_pvid() function
/linux/drivers/net/dsa/
H A Dyt921x.c1818 br_vlan_get_pvid(bdev, &pvid); in yt921x_vlan_filtering()
1967 br_vlan_get_pvid(bdev, &pvid); in yt921x_dsa_port_vlan_del()
2008 br_vlan_get_pvid(bdev, &pvid); in yt921x_dsa_port_vlan_add()
/linux/net/bridge/
H A Dbr_vlan.c1410 int br_vlan_get_pvid(const struct net_device *dev, u16 *p_pvid) in br_vlan_get_pvid() function
1427 EXPORT_SYMBOL_GPL(br_vlan_get_pvid);
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.h454 err = br_vlan_get_pvid(vxlan_dev, &vid); in mlxsw_sp_vxlan_mapped_vid()
H A Dspectrum_span.c270 if (!vid && WARN_ON(br_vlan_get_pvid(br_dev, &vid))) in mlxsw_sp_span_entry_bridge_8021q()
H A Dspectrum_router.c9296 err = br_vlan_get_pvid(l3_dev, &params.vid); in mlxsw_sp_inetaddr_bridge_event()
9345 err = br_vlan_get_pvid(real_dev, &lower_pvid); in mlxsw_sp_inetaddr_vlan_event()
/linux/drivers/net/dsa/lantiq/
H A Dlantiq_gswip_common.c530 br_vlan_get_pvid(br, &pvid); in gswip_port_commit_pvid()