Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/i40iw/
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()
458 u32 pblcnt = PBLE_PER_PAGE; in get_lvl2_pble()
466 lflast = palloc->total_cnt % PBLE_PER_PAGE; in get_lvl2_pble()
486 pblcnt = (lflast && ((i + 1) == total)) ? lflast : PBLE_PER_PAGE; in get_lvl2_pble()
548 if (status && (palloc->total_cnt > PBLE_PER_PAGE)) in get_lvl1_lvl2_pble()
Di40iw_pble.h39 #define PBLE_PER_PAGE 512 macro
Di40iw_verbs.c1467 if ((*start_addr + (i * pg_size * PBLE_PER_PAGE)) != *arr) in i40iw_check_mr_contiguous()