Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/irdma/
H A Dpble.c226 if (pble_rsrc->unallocated_pble < PBLE_PER_PAGE) in add_pble_prm()
346 u32 pblcnt = PBLE_PER_PAGE; in get_lvl2_pble()
356 lflast = palloc->total_cnt % PBLE_PER_PAGE; in get_lvl2_pble()
380 lflast : PBLE_PER_PAGE; in get_lvl2_pble()
442 if (!status || lvl == PBLE_LEVEL_1 || palloc->total_cnt <= PBLE_PER_PAGE) in get_lvl1_lvl2_pble()
H A Dpble.h7 #define PBLE_PER_PAGE 512 macro