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.c4333 if (bnxt_qplib_alloc_dpi(&rdev->qplib_res, &uctx->wcdpi, in UVERBS_HANDLER()
4337 dpi = uctx->wcdpi.dpi; in UVERBS_HANDLER()
4338 addr = (u64)uctx->wcdpi.umdbr; in UVERBS_HANDLER()
4394 if (uctx && uctx->wcdpi.dbr) { in alloc_page_obj_cleanup()
4397 bnxt_qplib_dealloc_dpi(&rdev->qplib_res, &uctx->wcdpi); in alloc_page_obj_cleanup()
4398 uctx->wcdpi.dbr = NULL; in alloc_page_obj_cleanup()