Searched refs:br_vlan_get_pvid (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | if_bridge.h | 115 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 D | yt921x.c | 1818 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 D | br_vlan.c | 1410 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 D | spectrum.h | 454 err = br_vlan_get_pvid(vxlan_dev, &vid); in mlxsw_sp_vxlan_mapped_vid()
|
| H A D | spectrum_span.c | 270 if (!vid && WARN_ON(br_vlan_get_pvid(br_dev, &vid))) in mlxsw_sp_span_entry_bridge_8021q()
|
| H A D | spectrum_router.c | 9296 err = br_vlan_get_pvid(l3_dev, ¶ms.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 D | lantiq_gswip_common.c | 530 br_vlan_get_pvid(br, &pvid); in gswip_port_commit_pvid()
|