Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_ipp.c368 if (statsp->sop_miss < IPP_MAX_ERR_SHOW) in nxge_ipp_handle_sys_errors()
410 if (statsp->pfifo_perr < IPP_MAX_ERR_SHOW) in nxge_ipp_handle_sys_errors()
420 if (statsp->pfifo_over < IPP_MAX_ERR_SHOW) in nxge_ipp_handle_sys_errors()
430 if (statsp->pfifo_und < IPP_MAX_ERR_SHOW) in nxge_ipp_handle_sys_errors()
477 if (statsp->ecc_err_cnt < (IPP_MAX_ERR_SHOW * in nxge_ipp_handle_sys_errors()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_ipp.h37 #define IPP_MAX_ERR_SHOW 10 macro