Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot.c350 enum ocelot_port_tag_config tag_cfg; in ocelot_port_manage_port_tag() local
357 tag_cfg = OCELOT_PORT_TAG_NATIVE; in ocelot_port_manage_port_tag()
359 tag_cfg = OCELOT_PORT_TAG_DISABLED; in ocelot_port_manage_port_tag()
361 tag_cfg = OCELOT_PORT_TAG_TRUNK; in ocelot_port_manage_port_tag()
363 tag_cfg = OCELOT_PORT_TAG_DISABLED; in ocelot_port_manage_port_tag()
366 ocelot_rmw_gix(ocelot, REW_TAG_CFG_TAG_CFG(tag_cfg), in ocelot_port_manage_port_tag()