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.c290 struct dpsw_tci_cfg tci_cfg = { 0 }; in dpaa2_switch_port_set_pvid() local
295 port_priv->idx, &tci_cfg); in dpaa2_switch_port_set_pvid()
301 tci_cfg.vlan_id = pvid; in dpaa2_switch_port_set_pvid()
316 port_priv->idx, &tci_cfg); in dpaa2_switch_port_set_pvid()
3701 struct dpsw_tci_cfg tci_cfg = {0}; in dpaa2_switch_init() local
3796 tci_cfg.vlan_id = 4095; in dpaa2_switch_init()
3797 err = dpsw_if_set_tci(ethsw->mc_io, 0, ethsw->dpsw_handle, i, &tci_cfg); in dpaa2_switch_init()