Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h665 #define Y2_IS_IRQ_MAC1 BIT(3) /* Interrupt from MAC 1 */ macro
676 #define Y2_IS_PORT_A (Y2_IS_IRQ_MAC1 | Y2_IS_CHK_TXA1 | Y2_IS_CHK_RX1)
H A Dyge.c2300 if (status & Y2_IS_IRQ_MAC1) { in yge_intr()