Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot.c166 struct ocelot_vlan native_vlan) in ocelot_port_set_native_vlan() argument
171 ocelot_port->native_vlan = native_vlan; in ocelot_port_set_native_vlan()
173 ocelot_rmw_gix(ocelot, REW_PORT_VLAN_CFG_PORT_VID(native_vlan.vid), in ocelot_port_set_native_vlan()
178 if (native_vlan.valid) in ocelot_port_set_native_vlan()
282 ocelot_port_set_native_vlan(ocelot, port, ocelot_port->native_vlan); in ocelot_port_vlan_filtering()
294 if (untagged && ocelot_port->native_vlan.vid != vid && in ocelot_vlan_prepare()
295 ocelot_port->native_vlan.valid) { in ocelot_vlan_prepare()
325 struct ocelot_vlan native_vlan; in ocelot_vlan_add() local
327 native_vlan.vid = vid; in ocelot_vlan_add()
328 native_vlan.valid = true; in ocelot_vlan_add()
[all …]
/Linux-v5.15/include/soc/mscc/
Docelot.h595 struct ocelot_vlan native_vlan; member