Searched refs:total_cnt (Results 1 – 2 of 2) sorted by relevance
948 u32 total_cnt = 0, err_cnt = 0; in lgs8gxx_read_ber() local964 total_cnt <<= 8; in lgs8gxx_read_ber()966 total_cnt |= t; in lgs8gxx_read_ber()973 dprintk("error=%d total=%d\n", err_cnt, total_cnt); in lgs8gxx_read_ber()975 if (total_cnt == 0) in lgs8gxx_read_ber()978 *ber = err_cnt * 100 / total_cnt; in lgs8gxx_read_ber()
6102 int status, total_cnt, post_cnt = 0, num_posted = 0, block_cnt = 0; in lpfc_sli4_repost_els_sgl_list() local6118 total_cnt = phba->sli4_hba.els_xri_cnt; in lpfc_sli4_repost_els_sgl_list()6170 total_cnt--; in lpfc_sli4_repost_els_sgl_list()6198 total_cnt -= post_cnt; in lpfc_sli4_repost_els_sgl_list()6209 phba->sli4_hba.els_xri_cnt = total_cnt; in lpfc_sli4_repost_els_sgl_list()