Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c2651 tg3_asic_rev(tp) == ASIC_REV_5705) { in tg3_phy_reset()
3916 if (tg3_asic_rev(tp) == ASIC_REV_5705) { in tg3_load_tso_firmware()
4799 tg3_asic_rev(tp) == ASIC_REV_5705) && in tg3_setup_copper_phy()
8003 tg3_asic_rev(tp) == ASIC_REV_5705) { in tg3_start_xmit()
9261 tg3_asic_rev(tp) == ASIC_REV_5705) { in tg3_chip_reset()
10104 } else if (tg3_asic_rev(tp) != ASIC_REV_5705) { in tg3_reset_hw()
10287 if (tg3_asic_rev(tp) == ASIC_REV_5705 && in tg3_reset_hw()
10492 if (tg3_asic_rev(tp) == ASIC_REV_5705 && in tg3_reset_hw()
13487 tg3_asic_rev(tp) == ASIC_REV_5705) { in tg3_run_loopback()
16143 if (tg3_asic_rev(tp) == ASIC_REV_5705 || in tg3_detect_asic_rev()
[all …]
H A Dtg3.h177 #define ASIC_REV_5705 0x03 macro