Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c2165 if ((status & Y2_HWE_L2_MASK) != 0 && dev->d_port[YGE_PORT_B] != NULL) in yge_intr_hwerr()
2166 yge_handle_hwerr(dev->d_port[YGE_PORT_B], status >> 8); in yge_intr_hwerr()
2277 port2 = dev->d_port[YGE_PORT_B]; in yge_intr()
2610 } else if (port == dev->d_port[YGE_PORT_B]) { in yge_start_port()
H A Dyge.h1813 #define YGE_PORT_B 1 macro