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()4158 uctx->shpg = (void *)__get_free_page(GFP_KERNEL); in bnxt_re_alloc_ucontext()4159 if (!uctx->shpg) { in bnxt_re_alloc_ucontext()4210 free_page((unsigned long)uctx->shpg); in bnxt_re_alloc_ucontext()4211 uctx->shpg = NULL; in bnxt_re_alloc_ucontext()4226 if (uctx->shpg) in bnxt_re_dealloc_ucontext()4227 free_page((unsigned long)uctx->shpg); in bnxt_re_dealloc_ucontext()4270 ret = vm_insert_page(vma, vma->vm_start, virt_to_page(uctx->shpg)); in bnxt_re_mmap()