Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c4381 case ASIC_REV_5762: in tg3_phy_autoneg_cfg()
6084 tg3_asic_rev(tp) == ASIC_REV_5762) in tg3_setup_phy()
7727 if (tg3_asic_rev(tp) == ASIC_REV_5762 && mss) { in tg3_4g_tso_overflow_test()
9397 if (tg3_asic_rev(tp) == ASIC_REV_5762) { in tg3_chip_reset()
9624 tg3_asic_rev(tp) == ASIC_REV_5762) in tg3_tx_rcbs_disable()
9667 tg3_asic_rev(tp) == ASIC_REV_5762 || in tg3_rx_ret_rcbs_disable()
10130 tg3_asic_rev(tp) != ASIC_REV_5762) in tg3_reset_hw()
10227 tg3_asic_rev(tp) == ASIC_REV_5762 || in tg3_reset_hw()
10294 tg3_asic_rev(tp) == ASIC_REV_5762) in tg3_reset_hw()
10337 tg3_asic_rev(tp) == ASIC_REV_5762) in tg3_reset_hw()
[all...]
H A Dtg3.h195 #define ASIC_REV_5762 0x5762 macro