Home
last modified time | relevance | path

Searched refs:ocelot_vlan_prepare (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/soc/mscc/
H A Docelot.h1060 int ocelot_vlan_prepare(struct ocelot *ocelot, int port, u16 vid, bool pvid,
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot.c641 int ocelot_vlan_prepare(struct ocelot *ocelot, int port, u16 vid, bool pvid, in ocelot_vlan_prepare() function
668 EXPORT_SYMBOL(ocelot_vlan_prepare);
H A Docelot_net.c1082 return ocelot_vlan_prepare(ocelot, port, vid, pvid, untagged, extack); in ocelot_vlan_vid_prepare()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1003 return ocelot_vlan_prepare(ocelot, port, vlan->vid, in felix_vlan_prepare()