Home
last modified time | relevance | path

Searched refs:total_cnt (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_pble.c465 lf4k = palloc->total_cnt >> 9; in get_lvl2_pble()
466 lflast = palloc->total_cnt % PBLE_PER_PAGE; in get_lvl2_pble()
519 addr = (u64 *)gen_pool_alloc(pool, (palloc->total_cnt << 3)); in get_lvl1_pble()
528 lvl1->cnt = palloc->total_cnt; in get_lvl1_pble()
548 if (status && (palloc->total_cnt > PBLE_PER_PAGE)) in get_lvl1_lvl2_pble()
571 palloc->total_cnt = pble_cnt; in i40iw_get_pble()
577 max_sds = (palloc->total_cnt >> 18) + 1; in i40iw_get_pble()
Di40iw_pble.h68 u32 total_cnt; member
Di40iw_verbs.c1459 ret = i40iw_check_mem_contiguous(arr, palloc->total_cnt, pg_size); in i40iw_check_mr_contiguous()
/Linux-v4.19/drivers/media/dvb-frontends/
Dlgs8gxx.c935 u32 total_cnt = 0, err_cnt = 0; in lgs8gxx_read_ber() local
951 total_cnt <<= 8; in lgs8gxx_read_ber()
953 total_cnt |= t; in lgs8gxx_read_ber()
960 dprintk("error=%d total=%d\n", err_cnt, total_cnt); in lgs8gxx_read_ber()
962 if (total_cnt == 0) in lgs8gxx_read_ber()
965 *ber = err_cnt * 100 / total_cnt; in lgs8gxx_read_ber()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtc8723b1ant.c281 u32 total_cnt; in halbtc8723b1ant_monitor_wifi_ctr() local
323 total_cnt = coex_sta->crc_ok_cck + coex_sta->crc_ok_11g + in halbtc8723b1ant_monitor_wifi_ctr()
331 (total_cnt - coex_sta->crc_ok_cck)) { in halbtc8723b1ant_monitor_wifi_ctr()
/Linux-v4.19/drivers/staging/rtlwifi/btcoexist/
Dhalbtc8822b2ant.c314 u32 total_cnt, cck_cnt; in halbtc8822b2ant_monitor_wifi_ctr() local
410 total_cnt = cnt_crcok; in halbtc8822b2ant_monitor_wifi_ctr()
417 (total_cnt - coex_sta->crc_ok_cck)) { in halbtc8822b2ant_monitor_wifi_ctr()
Dhalbtc8822b1ant.c397 u32 total_cnt, cck_cnt; in halbtc8822b1ant_monitor_wifi_ctr() local
462 total_cnt = coex_sta->crc_ok_cck + coex_sta->crc_ok_11g + in halbtc8822b1ant_monitor_wifi_ctr()
470 (total_cnt - coex_sta->crc_ok_cck)) { in halbtc8822b1ant_monitor_wifi_ctr()
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_sli.c6594 int status, total_cnt; in lpfc_sli4_repost_sgl_list() local
6609 total_cnt = cnt; in lpfc_sli4_repost_sgl_list()
6639 if (num_posted == total_cnt) { in lpfc_sli4_repost_sgl_list()
6661 total_cnt--; in lpfc_sli4_repost_sgl_list()
6689 total_cnt -= post_cnt; in lpfc_sli4_repost_sgl_list()
6717 return total_cnt; in lpfc_sli4_repost_sgl_list()