Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fm.c550 statsp->ipp_stats.errlog.dfifo_rd_ptr, in nxge_fm_ereport()
552 statsp->ipp_stats.errlog.state_mach, in nxge_fm_ereport()
564 statsp->ipp_stats.errlog.ecc_syndrome, in nxge_fm_ereport()
594 statsp->ipp_stats.errlog.state_mach, in nxge_fm_ereport()
H A Dnxge_kstats.c778 statsp = (p_nxge_ipp_stats_t)&nxgep->statsp->ipp_stats; in nxge_ipp_stat_update()
2090 statsp->ipp_stats.ecc_err_cnt += cnt8; in nxge_save_cntrs()
2092 statsp->ipp_stats.pkt_dis_cnt += cnt16; in nxge_save_cntrs()
2094 statsp->ipp_stats.bad_cs_cnt += cnt16; in nxge_save_cntrs()
H A Dnxge_ipp.c343 statsp = (p_nxge_ipp_stats_t)&nxgep->statsp->ipp_stats; in nxge_ipp_handle_sys_errors()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge.h464 nxge_ipp_stats_t ipp_stats; /* per port IPP stats */ member