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

/illumos-gate/usr/src/uts/common/io/afe/
H A Dafe.h166 #define INT_RXNOBUF 0x00000080U /* no rcv descriptor */ macro
178 INT_RXOK | INT_RXNOBUF | \
H A Dafe.c1850 if (status & (INT_RXOK|INT_RXNOBUF)) {
1853 if (status & INT_RXNOBUF)
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.h143 #define INT_RXNOBUF 0x00000080U /* no rcv descriptor */ macro
155 INT_RXNOBUF | INT_TXJABBER | \
H A Dmxfe.c2220 if (status & (INT_RXSTOPPED|INT_TXSTOPPED|INT_RXNOBUF|

Completed in 70 milliseconds