Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/
Dtg3.c629 if (tg3_asic_rev(tp) == ASIC_REV_5906 && in tg3_write_mem()
654 if (tg3_asic_rev(tp) == ASIC_REV_5906 && in tg3_read_mem()
682 if (tg3_asic_rev(tp) == ASIC_REV_5761) in tg3_ape_lock_init()
718 if (tg3_asic_rev(tp) == ASIC_REV_5761) in tg3_ape_lock()
738 if (tg3_asic_rev(tp) == ASIC_REV_5761) { in tg3_ape_lock()
779 if (tg3_asic_rev(tp) == ASIC_REV_5761) in tg3_ape_unlock()
799 if (tg3_asic_rev(tp) == ASIC_REV_5761) in tg3_ape_unlock()
1500 tg3_asic_rev(tp) == ASIC_REV_5785) in tg3_mdio_start()
1598 if (tg3_asic_rev(tp) == ASIC_REV_5785) in tg3_mdio_init()
1819 if (tg3_asic_rev(tp) == ASIC_REV_5906) { in tg3_poll_fw()
[all …]
Dtg3.h3447 #define tg3_asic_rev(tp) \ macro