Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txc.c453 if ((err_status & TXC_INT_STAT_SF_CORR_ERR) || in nxge_txc_handle_port_errors()
459 if (err_status & TXC_INT_STAT_SF_CORR_ERR) { in nxge_txc_handle_port_errors()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_txc_hw.h1098 #define TXC_INT_STAT_SF_CORR_ERR 0x01 macro