Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c1385 if (tp->phy_id == PHY_ID_SERDES) { in tg3_setup_phy()
1779 if (tp->phy_id == PHY_ID_SERDES) { in tg3_setup_hw()
2156 if (tp->phy_id == PHY_ID_SERDES) { in tg3_setup_hw()
2341 { 0x14e4, 0x0003, PHY_ID_SERDES }, /* BCM95700A9 */
2344 { 0x14e4, 0x0007, PHY_ID_SERDES }, /* BCM95701A7 */
2355 { PCI_VENDOR_ID_3COM, 0x1004, PHY_ID_SERDES }, /* 3C996SX */
2407 eeprom_phy_id = PHY_ID_SERDES; in tg3_phy_probe()
2529 if (tp->phy_id == PHY_ID_SERDES) { in tg3_phy_probe()
2541 if (tp->phy_id == PHY_ID_SERDES) in tg3_phy_probe()
2937 case PHY_ID_SERDES: return "serdes"; in tg3_phy_string()
[all …]
H A Dtg3.h2127 #define PHY_ID_SERDES 0xfeedbee0 macro
2152 (X) == PHY_ID_BCM8002 || (X) == PHY_ID_SERDES)