Searched refs:cnt16 (Results 1 – 2 of 2) sorted by relevance
342 uint16_t cnt16; in nxge_ipp_handle_sys_errors() local447 (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()
1914 uint16_t cnt16; in nxge_save_cntrs() local2091 (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()