Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dcpsw_switchdev.c31 u8 cpsw_state; in cpsw_port_stp_state_set() local
39 cpsw_state = ALE_PORT_STATE_FORWARD; in cpsw_port_stp_state_set()
42 cpsw_state = ALE_PORT_STATE_LEARN; in cpsw_port_stp_state_set()
45 cpsw_state = ALE_PORT_STATE_DISABLE; in cpsw_port_stp_state_set()
49 cpsw_state = ALE_PORT_STATE_BLOCK; in cpsw_port_stp_state_set()
56 ALE_PORT_STATE, cpsw_state); in cpsw_port_stp_state_set()
57 dev_dbg(priv->dev, "ale state: %u\n", cpsw_state); in cpsw_port_stp_state_set()