Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c597 if (dev->d_num_port > 1) in yge_phy_power()
643 for (i = 0; i < dev->d_num_port; i++) { in yge_phy_power()
654 if (dev->d_num_port > 1) in yge_phy_power()
755 for (i = 0; i < dev->d_num_port; i++) { in yge_reset()
794 for (i = 0; i < dev->d_num_port; i++) in yge_reset()
798 for (i = 0; i < dev->d_num_port; i++) { in yge_reset()
1254 dev->d_num_port = 1; in yge_attach()
1258 dev->d_num_port++; in yge_attach()
1332 for (int i = 0; i < dev->d_num_port; i++) { in yge_attach()
1344 for (int i = 0; i < dev->d_num_port; i++) { in yge_attach()
[all …]
H A Dyge.h2136 uint8_t d_num_port; member