Home
last modified time | relevance | path

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

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