Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/bnxt_re/
Dib_verbs.h135 void *shpg; member
Dib_verbs.c693 wrptr = (u32 *)(uctx->shpg + BNXT_RE_AVID_OFFT); in bnxt_re_create_ah()
3852 uctx->shpg = (void *)__get_free_page(GFP_KERNEL); in bnxt_re_alloc_ucontext()
3853 if (!uctx->shpg) { in bnxt_re_alloc_ucontext()
3885 free_page((unsigned long)uctx->shpg); in bnxt_re_alloc_ucontext()
3886 uctx->shpg = NULL; in bnxt_re_alloc_ucontext()
3899 if (uctx->shpg) in bnxt_re_dealloc_ucontext()
3900 free_page((unsigned long)uctx->shpg); in bnxt_re_dealloc_ucontext()
3932 pfn = virt_to_phys(uctx->shpg) >> PAGE_SHIFT; in bnxt_re_mmap()