Searched refs:pvid_vlan (Results 1 – 2 of 2) sorted by relevance
421 const struct ocelot_bridge_vlan *pvid_vlan) in ocelot_port_set_pvid() argument427 ocelot_port->pvid_vlan = pvid_vlan; in ocelot_port_set_pvid()429 if (ocelot_port->vlan_aware && pvid_vlan) in ocelot_port_set_pvid()430 pvid = pvid_vlan->vid; in ocelot_port_set_pvid()442 if (!pvid_vlan && ocelot_port->vlan_aware) in ocelot_port_set_pvid()597 ocelot_port_set_pvid(ocelot, port, ocelot_port->pvid_vlan); in ocelot_port_vlan_filtering()670 if (ocelot_port->pvid_vlan && ocelot_port->pvid_vlan->vid == vid) in ocelot_vlan_del()
933 const struct ocelot_bridge_vlan *pvid_vlan; member