Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/
Dtg3.c2236 if (tg3_asic_rev(tp) != ASIC_REV_5784 || !enable) in tg3_phy_toggle_apd()
2658 if (tg3_asic_rev(tp) == ASIC_REV_5784 && in tg3_phy_reset()
10117 } else if (tg3_asic_rev(tp) != ASIC_REV_5784 && in tg3_reset_hw()
10344 if (tg3_asic_rev(tp) == ASIC_REV_5784 || in tg3_reset_hw()
10387 tg3_asic_rev(tp) == ASIC_REV_5784 || in tg3_reset_hw()
15095 tg3_asic_rev(tp) == ASIC_REV_5784 || in tg3_nvram_init()
15391 (tg3_asic_rev(tp) == ASIC_REV_5784 && in tg3_get_eeprom_hw_cfg()
16194 tg3_asic_rev(tp) == ASIC_REV_5784 || in tg3_detect_asic_rev()
16510 if (tg3_asic_rev(tp) == ASIC_REV_5784 || in tg3_get_invariants()
16813 tg3_asic_rev(tp) == ASIC_REV_5784 || in tg3_get_invariants()
[all …]
Dtg3.h186 #define ASIC_REV_5784 0x5784 macro