Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_txc.c404 if ((err_status & TXC_INT_STAT_RO_CORR_ERR) || in nxge_txc_handle_port_errors()
405 (err_status & TXC_INT_STAT_RO_CORR_ERR) || in nxge_txc_handle_port_errors()
413 if (err_status & TXC_INT_STAT_RO_CORR_ERR) { in nxge_txc_handle_port_errors()
439 if ((err_status & TXC_INT_STAT_RO_CORR_ERR) || in nxge_txc_handle_port_errors()
440 (err_status & TXC_INT_STAT_RO_CORR_ERR) || in nxge_txc_handle_port_errors()
/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge_txc_hw.h1102 #define TXC_INT_STAT_RO_CORR_ERR 0x04 macro