Home
last modified time | relevance | path

Searched refs:shpg (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c1054 wrptr = (u32 *)((u8 *)uctx->shpg + BNXT_RE_AVID_OFFT); in bnxt_re_create_ah()
5273 uctx->shpg = (void *)__get_free_page(GFP_KERNEL); in bnxt_re_alloc_ucontext()
5274 if (!uctx->shpg) { in bnxt_re_alloc_ucontext()
5356 free_page((u64)uctx->shpg); in bnxt_re_alloc_ucontext()
5357 uctx->shpg = NULL; in bnxt_re_alloc_ucontext()
5370 if (uctx->shpg) in bnxt_re_dealloc_ucontext()
5371 free_page((u64)uctx->shpg); in bnxt_re_dealloc_ucontext()
5428 pfn = vtophys(uctx->shpg) >> PAGE_SHIFT; in bnxt_re_mmap()
5431 __func__, __LINE__, (u64) uctx->shpg, vtophys(uctx->shpg), pfn); in bnxt_re_mmap()
H A Dib_verbs.h244 void *shpg; member