Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot.c458 const struct ocelot_bridge_vlan *pvid_vlan) in ocelot_port_set_pvid() argument
464 ocelot_port->pvid_vlan = pvid_vlan; in ocelot_port_set_pvid()
466 if (ocelot_port->vlan_aware && pvid_vlan) in ocelot_port_set_pvid()
467 pvid = pvid_vlan->vid; in ocelot_port_set_pvid()
479 if (!pvid_vlan && ocelot_port->vlan_aware) in ocelot_port_set_pvid()
634 ocelot_port_set_pvid(ocelot, port, ocelot_port->pvid_vlan); in ocelot_port_vlan_filtering()
707 if (ocelot_port->pvid_vlan && ocelot_port->pvid_vlan->vid == vid) in ocelot_vlan_del()
/openbmc/linux/include/soc/mscc/
H A Docelot.h775 const struct ocelot_bridge_vlan *pvid_vlan; member