Home
last modified time | relevance | path

Searched refs:PBLE_PER_PAGE (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_pble.c302 vf_pble_info.pd_entry_cnt = PBLE_PER_PAGE; in add_bp_pages()
337 if (pble_rsrc->unallocated_pble < PBLE_PER_PAGE) in add_pble_pool()
456 u32 pblcnt = PBLE_PER_PAGE; in get_lvl2_pble()
464 lflast = palloc->total_cnt % PBLE_PER_PAGE; in get_lvl2_pble()
484 pblcnt = (lflast && ((i + 1) == total)) ? lflast : PBLE_PER_PAGE; in get_lvl2_pble()
546 if (status && (palloc->total_cnt > PBLE_PER_PAGE)) in get_lvl1_lvl2_pble()
H A Di40iw_pble.h39 #define PBLE_PER_PAGE 512 macro
H A Di40iw_verbs.c1360 if ((*start_addr + (i * pg_size * PBLE_PER_PAGE)) != *arr) in i40iw_check_mr_contiguous()