Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h663 #define Y2_IS_CHK_TXA2 BIT(8) /* Descriptor error TXA 2 */ macro
677 #define Y2_IS_PORT_B (Y2_IS_IRQ_MAC2 | Y2_IS_CHK_TXA2 | Y2_IS_CHK_RX2)
H A Dyge.c2314 if ((status & (Y2_IS_CHK_TXA1 | Y2_IS_CHK_TXA2)) != 0) { in yge_intr()
2317 dev->d_intrmask &= ~(Y2_IS_CHK_TXA1 | Y2_IS_CHK_TXA2); in yge_intr()