Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c173 if (prueth->is_switch_mode) in prueth_emac_start()
1030 return emac->prueth->is_switch_mode; in prueth_dev_check()
1124 if (prueth->is_switch_mode) in icssg_change_mode()
1157 if (!prueth->is_switch_mode) { in prueth_netdevice_port_link()
1160 prueth->is_switch_mode = true; in prueth_netdevice_port_link()
1179 if (prueth->is_switch_mode) { in prueth_netdevice_port_unlink()
1180 prueth->is_switch_mode = false; in prueth_netdevice_port_unlink()
1201 if (prueth->is_switch_mode) in prueth_hsr_port_link()
H A Dicssg_config.c458 if (prueth->is_switch_mode || prueth->is_hsr_offload_mode) in icssg_config()
475 if (prueth->is_switch_mode || prueth->is_hsr_offload_mode) in icssg_config()
501 if (prueth->is_switch_mode || prueth->is_hsr_offload_mode) in icssg_config()
H A Dicssg_prueth.h294 bool is_switch_mode; member
H A Dicssg_common.c591 if (emac->prueth->is_switch_mode) in emac_rx_packet()