Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h660 #define Y2_IS_IRQ_MAC2 BIT(11) /* Interrupt from MAC 2 */ macro
677 #define Y2_IS_PORT_B (Y2_IS_IRQ_MAC2 | Y2_IS_CHK_TXA2 | Y2_IS_CHK_RX2)
H A Dyge.c2303 if (status & Y2_IS_IRQ_MAC2) { in yge_intr()