Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dib_verbs.h141 void *shpg; member
Dib_verbs.c740 wrptr = (u32 *)(uctx->shpg + BNXT_RE_AVID_OFFT); in bnxt_re_create_ah()
3684 uctx->shpg = (void *)__get_free_page(GFP_KERNEL); in bnxt_re_alloc_ucontext()
3685 if (!uctx->shpg) { in bnxt_re_alloc_ucontext()
3707 free_page((unsigned long)uctx->shpg); in bnxt_re_alloc_ucontext()
3708 uctx->shpg = NULL; in bnxt_re_alloc_ucontext()
3723 if (uctx->shpg) in bnxt_re_dealloc_ucontext()
3724 free_page((unsigned long)uctx->shpg); in bnxt_re_dealloc_ucontext()
3763 pfn = virt_to_phys(uctx->shpg) >> PAGE_SHIFT; in bnxt_re_mmap()