Searched refs:shpg (Results 1 – 2 of 2) sorted by relevance
135 void *shpg; member
693 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()