Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c188 if (prueth->is_switch_mode) in prueth_emac_start()
257 if (prueth->is_switch_mode || prueth->is_hsr_offload_mode) in prueth_emac_common_start()
1323 return emac->prueth->is_switch_mode; in prueth_dev_check()
1428 if (prueth->is_switch_mode) in icssg_change_mode()
1461 if (!prueth->is_switch_mode) { in prueth_netdevice_port_link()
1464 prueth->is_switch_mode = true; in prueth_netdevice_port_link()
1484 if (prueth->is_switch_mode) { in prueth_netdevice_port_unlink()
1485 prueth->is_switch_mode = false; in prueth_netdevice_port_unlink()
1510 if (prueth->is_switch_mode) in prueth_hsr_port_link()
H A Dicssg_config.c466 if (prueth->is_switch_mode || prueth->is_hsr_offload_mode) in icssg_config()
492 if (prueth->is_switch_mode || prueth->is_hsr_offload_mode) in icssg_config()
H A Dicssg_prueth.h337 bool is_switch_mode; member
H A Dicssg_common.c799 if (emac->prueth->is_switch_mode) in emac_rx_packet()