Searched refs:INT_RXOK (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/afe/
H A Dafe.h167 #define INT_RXOK 0x00000040U /* receive complete */ macro
178 INT_RXOK | INT_RXNOBUF | \
H A Dafe.c1850 if (status & (INT_RXOK|INT_RXNOBUF)) {
/opensolaris-onvv-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.h144 #define INT_RXOK 0x00000040U /* rcv complete interrupt */ macro
154 INT_RXOK | INT_TXUNDERFLOW | \
H A Dmxfe.c2197 if (status & INT_RXOK) {

Completed in 56 milliseconds