Searched refs:wcdpi (Results 1 – 3 of 3) sorted by relevance
83 __u32 wcdpi; member125 __u32 wcdpi; member
752 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()
243 struct bnxt_qplib_dpi wcdpi; member