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

/linux-4.1.27/drivers/media/dvb-frontends/
H A Dlgs8gxx.c948 u32 total_cnt = 0, err_cnt = 0; lgs8gxx_read_ber() local
964 total_cnt <<= 8; lgs8gxx_read_ber()
966 total_cnt |= t; lgs8gxx_read_ber()
973 dprintk("error=%d total=%d\n", err_cnt, total_cnt); lgs8gxx_read_ber()
975 if (total_cnt == 0) lgs8gxx_read_ber()
978 *ber = err_cnt * 100 / total_cnt; lgs8gxx_read_ber()
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_sli.c6102 int status, total_cnt, post_cnt = 0, num_posted = 0, block_cnt = 0; lpfc_sli4_repost_els_sgl_list() local
6118 total_cnt = phba->sli4_hba.els_xri_cnt; lpfc_sli4_repost_els_sgl_list()
6170 total_cnt--; lpfc_sli4_repost_els_sgl_list()
6198 total_cnt -= post_cnt; lpfc_sli4_repost_els_sgl_list()
6209 phba->sli4_hba.els_xri_cnt = total_cnt; lpfc_sli4_repost_els_sgl_list()

Completed in 283 milliseconds