Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_config.h115 ICSSG_EMAC_PORT_DISABLE = 0, enumerator
H A Dicssg_prueth.c387 icssg_set_port_state(emac, ICSSG_EMAC_PORT_DISABLE); in emac_adjust_link()
1269 ret = icssg_set_port_state(emac, ICSSG_EMAC_PORT_DISABLE); in prueth_xsk_pool_enable()
1321 ret = icssg_set_port_state(emac, ICSSG_EMAC_PORT_DISABLE); in prueth_xsk_pool_disable()
1624 ret = icssg_set_port_state(emac0, ICSSG_EMAC_PORT_DISABLE); in prueth_emac_restart()
1625 ret |= icssg_set_port_state(emac1, ICSSG_EMAC_PORT_DISABLE); in prueth_emac_restart()
H A Dicssg_switchdev.c37 emac_state = ICSSG_EMAC_PORT_DISABLE; in prueth_switchdev_stp_state_set()