Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c232 struct dpsw_tci_cfg tci_cfg = { 0 }; in dpaa2_switch_port_set_pvid() local
237 port_priv->idx, &tci_cfg); in dpaa2_switch_port_set_pvid()
243 tci_cfg.vlan_id = pvid; in dpaa2_switch_port_set_pvid()
258 port_priv->idx, &tci_cfg); in dpaa2_switch_port_set_pvid()
2997 struct dpsw_tci_cfg tci_cfg = {0}; in dpaa2_switch_init() local
3079 tci_cfg.vlan_id = 4095; in dpaa2_switch_init()
3080 err = dpsw_if_set_tci(ethsw->mc_io, 0, ethsw->dpsw_handle, i, &tci_cfg); in dpaa2_switch_init()