Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_hw.h129 #define TX_ERR_INT 0x0008 macro
139 #define RGE_INT_MASK (TX_OK_INT | TX_ERR_INT | \
H A Drge_chip.c1515 if (int_status & TX_ERR_INT) { in rge_intr()
/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.h342 #define TX_ERR_INT 0x0008 macro
352 #define RTLS_INT_MASK (LINK_CHANGE_INT | TX_ERR_INT | TX_OK_INT | \
H A Drtls.c1442 if (int_status & TX_ERR_INT) { in rtls_intr()