Home
last modified time | relevance | path

Searched refs:TXC_INT_STAT_RO_UNCORR_ERR (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txc.c404 (err_status & TXC_INT_STAT_RO_UNCORR_ERR) || in nxge_txc_handle_port_errors()
419 if (err_status & TXC_INT_STAT_RO_UNCORR_ERR) { in nxge_txc_handle_port_errors()
439 (err_status & TXC_INT_STAT_RO_UNCORR_ERR)) { in nxge_txc_handle_port_errors()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_txc_hw.h1101 #define TXC_INT_STAT_RO_UNCORR_ERR 0x08 macro