Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mscc/
Docelot.c521 const struct ocelot_bridge_vlan *pvid_vlan; in ocelot_update_vlan_reclassify_rule() local
527 pvid_vlan = ocelot_port->pvid_vlan; in ocelot_update_vlan_reclassify_rule()
528 vid_replace_ena = ocelot_port->vlan_aware && pvid_vlan; in ocelot_update_vlan_reclassify_rule()
550 vid = pvid_vlan->vid; in ocelot_update_vlan_reclassify_rule()
607 const struct ocelot_bridge_vlan *pvid_vlan) in ocelot_port_set_pvid() argument
613 ocelot_port->pvid_vlan = pvid_vlan; in ocelot_port_set_pvid()
615 if (ocelot_port->vlan_aware && pvid_vlan) in ocelot_port_set_pvid()
616 pvid = pvid_vlan->vid; in ocelot_port_set_pvid()
632 if (!pvid_vlan && ocelot_port->vlan_aware) in ocelot_port_set_pvid()
791 err = ocelot_port_set_pvid(ocelot, port, ocelot_port->pvid_vlan); in ocelot_port_vlan_filtering()
[all …]
/linux-6.12.1/include/soc/mscc/
Docelot.h775 const struct ocelot_bridge_vlan *pvid_vlan; member