Home
last modified time | relevance | path

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

/freebsd/sys/dev/irdma/
H A Dirdma_pble.c259 if (pble_rsrc->unallocated_pble < PBLE_PER_PAGE) in add_pble_prm()
381 u32 pblcnt = PBLE_PER_PAGE; in get_lvl2_pble()
391 lflast = palloc->total_cnt % PBLE_PER_PAGE; in get_lvl2_pble()
415 lflast : PBLE_PER_PAGE; in get_lvl2_pble()
479 if (!status || lvl == PBLE_LEVEL_1 || palloc->total_cnt <= PBLE_PER_PAGE) in get_lvl1_lvl2_pble()
H A Dirdma_pble.h39 #define PBLE_PER_PAGE 512 macro
H A Dirdma_verbs.c1705 if ((*start_addr + (i * pg_size * PBLE_PER_PAGE)) != *arr) in irdma_check_mr_contiguous()
1898 palloc_info->addr[iwmr->npages & (PBLE_PER_PAGE - 1)] = addr; in irdma_set_page()