Home
last modified time | relevance | path

Searched refs:wcdpi (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dbnxt_re-abi.h83 __u32 wcdpi; member
125 __u32 wcdpi; member
H A Dib_verbs.c752 ret = bnxt_qplib_alloc_dpi(&rdev->qplib_res, &cntx->wcdpi, in bnxt_re_get_user_dpi()
816 if (ucntx->wcdpi.dpi) { in bnxt_re_alloc_pd()
817 resp.wcdpi = ucntx->wcdpi.dpi; in bnxt_re_alloc_pd()
3900 if (uctx->wcdpi.dpi) { in bnxt_re_create_cq()
3901 resp.wcdpi = uctx->wcdpi.dpi; in bnxt_re_create_cq()
5377 if (_is_chip_gen_p5_p7(rdev->chip_ctx) && uctx->wcdpi.dbr) { in bnxt_re_dealloc_ucontext()
5379 &uctx->wcdpi); in bnxt_re_dealloc_ucontext()
5383 uctx->wcdpi.dbr = NULL; in bnxt_re_dealloc_ucontext()
5440 pfn = (uctx->wcdpi.umdbr >> PAGE_SHIFT); in bnxt_re_mmap()
H A Dib_verbs.h243 struct bnxt_qplib_dpi wcdpi; member