Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_hw.h127 #define LINK_CHANGE_INT 0x0020 macro
140 RGE_RX_INT | LINK_CHANGE_INT | \
H A Drge_chip.c1484 if (int_status & LINK_CHANGE_INT) { in rge_intr()
/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.h340 #define LINK_CHANGE_INT 0x0020 macro
352 #define RTLS_INT_MASK (LINK_CHANGE_INT | TX_ERR_INT | TX_OK_INT | \
H A Drtls.c1473 if (int_status & LINK_CHANGE_INT) { in rtls_intr()