Lines Matching defs:pvid
256 static void ocelot_port_set_pvid(struct ocelot *ocelot, int port, u16 pvid)
261 ANA_PORT_VLAN_CFG_VLAN_VID(pvid),
265 ocelot_port->pvid = pvid;
268 int ocelot_vlan_add(struct ocelot *ocelot, int port, u16 vid, bool pvid,
280 if (pvid)
306 if (ocelot_port->pvid == vid)
626 * provided, set it to pvid to ensure the MAC entry
629 vid = ocelot_port->pvid;
1095 vid = ocelot_port->pvid;
1147 vid = ocelot_port->pvid;