Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c607 case CHIP_ID_YUKON_FE_P: { in yge_phy_power()
1289 case CHIP_ID_YUKON_FE_P: in yge_attach()
1770 case CHIP_ID_YUKON_FE_P: in yge_resume()
1831 if ((dev->d_hw_id == CHIP_ID_YUKON_FE_P) && in yge_rxeof()
2487 if (dev->d_hw_id == CHIP_ID_YUKON_FE_P || in yge_start_port()
2504 if ((dev->d_hw_id == CHIP_ID_YUKON_FE_P) && in yge_start_port()
2521 if ((dev->d_hw_id == CHIP_ID_YUKON_FE_P) && in yge_start_port()
2537 if ((dev->d_hw_id == CHIP_ID_YUKON_FE_P) && in yge_start_port()
H A Dyge.h730 #define CHIP_ID_YUKON_FE_P 0xb8 /* Chip ID for YUKON-2 FE+ */ macro