Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch.c233 struct dpsw_tci_cfg tci_cfg = { 0 }; in dpaa2_switch_port_set_pvid() local
238 port_priv->idx, &tci_cfg); in dpaa2_switch_port_set_pvid()
244 tci_cfg.vlan_id = pvid; in dpaa2_switch_port_set_pvid()
259 port_priv->idx, &tci_cfg); in dpaa2_switch_port_set_pvid()
2945 struct dpsw_tci_cfg tci_cfg = {0}; in dpaa2_switch_init() local
3027 tci_cfg.vlan_id = 4095; in dpaa2_switch_init()
3028 err = dpsw_if_set_tci(ethsw->mc_io, 0, ethsw->dpsw_handle, i, &tci_cfg); in dpaa2_switch_init()