Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/hw/bnxt_re/
A Dib_verbs.h135 void *shpg; member
A Dib_verbs.c700 wrptr = (u32 *)(uctx->shpg + BNXT_RE_AVID_OFFT); in bnxt_re_create_ah()
3864 uctx->shpg = (void *)__get_free_page(GFP_KERNEL); in bnxt_re_alloc_ucontext()
3865 if (!uctx->shpg) { in bnxt_re_alloc_ucontext()
3897 free_page((unsigned long)uctx->shpg); in bnxt_re_alloc_ucontext()
3898 uctx->shpg = NULL; in bnxt_re_alloc_ucontext()
3911 if (uctx->shpg) in bnxt_re_dealloc_ucontext()
3912 free_page((unsigned long)uctx->shpg); in bnxt_re_dealloc_ucontext()
3944 pfn = virt_to_phys(uctx->shpg) >> PAGE_SHIFT; in bnxt_re_mmap()

Completed in 9 milliseconds