Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/broadcom/
Dtg3.c3710 if (tg3_flag(tp, 5705_PLUS) && tg3_asic_rev(tp) != ASIC_REV_57766) in tg3_load_firmware_cpu()
3715 if (tg3_asic_rev(tp) != ASIC_REV_57766) { in tg3_load_firmware_cpu()
4381 case ASIC_REV_57766: in tg3_phy_autoneg_cfg()
10282 if (tg3_asic_rev(tp) == ASIC_REV_57766) { in tg3_reset_hw()
10562 if (tg3_asic_rev(tp) == ASIC_REV_57766) { in tg3_reset_hw()
11713 if (tg3_asic_rev(tp) == ASIC_REV_57766) { in tg3_open()
14233 if (tg3_asic_rev(tp) == ASIC_REV_57766 || in tg3_change_mtu()
15531 tg3_asic_rev(tp) == ASIC_REV_57766 || in tg3_phy_probe()
15665 } else if (tg3_asic_rev(tp) == ASIC_REV_57766) { in tg3_read_vpd()
16075 tg3_asic_rev(tp) == ASIC_REV_57766) in tg3_detect_asic_rev()
[all …]
Dtg3.h194 #define ASIC_REV_57766 0x57766 macro