Searched refs:shpg (Results 1 – 2 of 2) sorted by relevance
140 void *shpg; member
789 wrptr = (u32 *)(uctx->shpg + BNXT_RE_AVID_OFFT); in bnxt_re_create_ah()4146 uctx->shpg = (void *)__get_free_page(GFP_KERNEL); in bnxt_re_alloc_ucontext()4147 if (!uctx->shpg) { in bnxt_re_alloc_ucontext()4201 free_page((unsigned long)uctx->shpg); in bnxt_re_alloc_ucontext()4202 uctx->shpg = NULL; in bnxt_re_alloc_ucontext()4217 if (uctx->shpg) in bnxt_re_dealloc_ucontext()4218 free_page((unsigned long)uctx->shpg); in bnxt_re_dealloc_ucontext()4261 ret = vm_insert_page(vma, vma->vm_start, virt_to_page(uctx->shpg)); in bnxt_re_mmap()