Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/irdma/
Dpble.c49 pble_rsrc->unallocated_pble = in irdma_hmc_init_pble()
219 if (pble_rsrc->unallocated_pble < PBLE_PER_PAGE) in add_pble_prm()
239 pages = min(pages, pble_rsrc->unallocated_pble >> PBLE_512_SHIFT); in add_pble_prm()
251 pages, pble_rsrc->unallocated_pble, in add_pble_prm()
278 pble_rsrc->unallocated_pble -= (u32)(chunk->size >> 3); in add_pble_prm()
Dpble.h93 u32 unallocated_pble; member