Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.h139 struct bnxt_qplib_dpi wcdpi; member
H A Dib_verbs.c4319 if (bnxt_qplib_alloc_dpi(&rdev->qplib_res, &uctx->wcdpi, in UVERBS_HANDLER()
4323 dpi = uctx->wcdpi.dpi; in UVERBS_HANDLER()
4324 addr = (u64)uctx->wcdpi.umdbr; in UVERBS_HANDLER()
4380 if (uctx && uctx->wcdpi.dbr) { in alloc_page_obj_cleanup()
4383 bnxt_qplib_dealloc_dpi(&rdev->qplib_res, &uctx->wcdpi); in alloc_page_obj_cleanup()
4384 uctx->wcdpi.dbr = NULL; in alloc_page_obj_cleanup()