Home
last modified time | relevance | path

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

/titanic_41/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)) { in afe_intr()
1853 if (status & INT_RXNOBUF) in afe_intr()
/titanic_41/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| in mxfe_intr()