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.c352 struct dpsw_stp_cfg stp_cfg = {0}; in dpaa2_switch_port_set_stp_state() local
359 stp_cfg.state = br_stp_state_to_dpsw(state); in dpaa2_switch_port_set_stp_state()
362 stp_cfg.vlan_id = vid; in dpaa2_switch_port_set_stp_state()
365 port_priv->idx, &stp_cfg); in dpaa2_switch_port_set_stp_state()
2998 struct dpsw_stp_cfg stp_cfg; in dpaa2_switch_init() local
3048 stp_cfg.vlan_id = DEFAULT_VLAN_ID; in dpaa2_switch_init()
3049 stp_cfg.state = DPSW_STP_STATE_FORWARDING; in dpaa2_switch_init()
3059 &stp_cfg); in dpaa2_switch_init()