Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c604 switch (dev->d_hw_id) { in yge_phy_power()
690 if (dev->d_hw_id == CHIP_ID_YUKON_EX) { in yge_reset()
935 if (dev->d_hw_id == CHIP_ID_YUKON_FE) in yge_init_port()
1236 if (dev->d_hw_id < CHIP_ID_YUKON_XL || in yge_attach()
1239 dev->d_hw_id, dev->d_hw_rev); in yge_attach()
1270 switch (dev->d_hw_id) { in yge_attach()
1767 switch (dev->d_hw_id) { in yge_resume()
2381 switch (dev->d_hw_id) { in yge_set_tx_stfwd()
2441 if (dev->d_hw_id == CHIP_ID_YUKON_EX) in yge_start_port()
2488 dev->d_hw_id == CHIP_ID_YUKON_EX) in yge_start_port()
[all …]
H A Dyge.h2133 uint8_t d_hw_id; member