Searched refs:cnt16 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_ipp.c342 uint16_t cnt16; local
447 (void) npi_ipp_get_cs_err_count(handle, portn, &cnt16);
459 (void) npi_ipp_get_pkt_dis_count(handle, portn, &cnt16);
H A Dnxge_kstats.c1914 uint16_t cnt16; local
2091 (void) npi_ipp_get_pkt_dis_count(handle, portn, &cnt16);
2092 statsp->ipp_stats.pkt_dis_cnt += cnt16;
2093 (void) npi_ipp_get_cs_err_count(handle, portn, &cnt16);
2094 statsp->ipp_stats.bad_cs_cnt += cnt16;

Completed in 63 milliseconds