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.c4343 if (bnxt_qplib_alloc_dpi(&rdev->qplib_res, &uctx->wcdpi, in UVERBS_HANDLER()
4347 dpi = uctx->wcdpi.dpi; in UVERBS_HANDLER()
4348 addr = (u64)uctx->wcdpi.umdbr; in UVERBS_HANDLER()
4404 if (uctx && uctx->wcdpi.dbr) { in alloc_page_obj_cleanup()
4407 bnxt_qplib_dealloc_dpi(&rdev->qplib_res, &uctx->wcdpi); in alloc_page_obj_cleanup()
4408 uctx->wcdpi.dbr = NULL; in alloc_page_obj_cleanup()