Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-switchdev.c28 u8 cpsw_state; in am65_cpsw_port_stp_state_set() local
33 cpsw_state = ALE_PORT_STATE_FORWARD; in am65_cpsw_port_stp_state_set()
36 cpsw_state = ALE_PORT_STATE_LEARN; in am65_cpsw_port_stp_state_set()
39 cpsw_state = ALE_PORT_STATE_DISABLE; in am65_cpsw_port_stp_state_set()
43 cpsw_state = ALE_PORT_STATE_BLOCK; in am65_cpsw_port_stp_state_set()
50 ALE_PORT_STATE, cpsw_state); in am65_cpsw_port_stp_state_set()
51 netdev_dbg(port->ndev, "ale state: %u\n", cpsw_state); in am65_cpsw_port_stp_state_set()
H A Dcpsw_switchdev.c30 u8 cpsw_state; in cpsw_port_stp_state_set() local
35 cpsw_state = ALE_PORT_STATE_FORWARD; in cpsw_port_stp_state_set()
38 cpsw_state = ALE_PORT_STATE_LEARN; in cpsw_port_stp_state_set()
41 cpsw_state = ALE_PORT_STATE_DISABLE; in cpsw_port_stp_state_set()
45 cpsw_state = ALE_PORT_STATE_BLOCK; in cpsw_port_stp_state_set()
52 ALE_PORT_STATE, cpsw_state); in cpsw_port_stp_state_set()
53 dev_dbg(priv->dev, "ale state: %u\n", cpsw_state); in cpsw_port_stp_state_set()