Searched refs:native_vlan (Results 1 – 2 of 2) sorted by relevance
166 struct ocelot_vlan native_vlan) in ocelot_port_set_native_vlan() argument171 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() local327 native_vlan.vid = vid; in ocelot_vlan_add()328 native_vlan.valid = true; in ocelot_vlan_add()[all …]
595 struct ocelot_vlan native_vlan; member