Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c429 struct dpsw_stp_cfg stp_cfg = {0}; in dpaa2_switch_port_set_stp_state() local
436 stp_cfg.state = br_stp_state_to_dpsw(state); in dpaa2_switch_port_set_stp_state()
439 stp_cfg.vlan_id = vid; in dpaa2_switch_port_set_stp_state()
442 port_priv->idx, &stp_cfg); in dpaa2_switch_port_set_stp_state()
3702 struct dpsw_stp_cfg stp_cfg; in dpaa2_switch_init() local
3765 stp_cfg.vlan_id = DEFAULT_VLAN_ID; in dpaa2_switch_init()
3766 stp_cfg.state = DPSW_STP_STATE_FORWARDING; in dpaa2_switch_init()
3776 &stp_cfg); in dpaa2_switch_init()