Searched refs:shpg (Results 1 – 2 of 2) sorted by relevance
135 void *shpg; member
691 wrptr = (u32 *)(uctx->shpg + BNXT_RE_AVID_OFFT); in bnxt_re_create_ah()3911 uctx->shpg = (void *)__get_free_page(GFP_KERNEL); in bnxt_re_alloc_ucontext()3912 if (!uctx->shpg) { in bnxt_re_alloc_ucontext()3944 free_page((unsigned long)uctx->shpg); in bnxt_re_alloc_ucontext()3945 uctx->shpg = NULL; in bnxt_re_alloc_ucontext()3958 if (uctx->shpg) in bnxt_re_dealloc_ucontext()3959 free_page((unsigned long)uctx->shpg); in bnxt_re_dealloc_ucontext()3991 pfn = virt_to_phys(uctx->shpg) >> PAGE_SHIFT; in bnxt_re_mmap()