Searched refs:shpg (Results 1 – 2 of 2) sorted by relevance
144 void *shpg; member
803 wrptr = (u32 *)(uctx->shpg + BNXT_RE_AVID_OFFT); in bnxt_re_create_ah()4231 uctx->shpg = (void *)__get_free_page(GFP_KERNEL); in bnxt_re_alloc_ucontext()4232 if (!uctx->shpg) { in bnxt_re_alloc_ucontext()4292 free_page((unsigned long)uctx->shpg); in bnxt_re_alloc_ucontext()4293 uctx->shpg = NULL; in bnxt_re_alloc_ucontext()4308 if (uctx->shpg) in bnxt_re_dealloc_ucontext()4309 free_page((unsigned long)uctx->shpg); in bnxt_re_dealloc_ucontext()4378 ret = vm_insert_page(vma, vma->vm_start, virt_to_page(uctx->shpg)); in bnxt_re_mmap()