Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/hw/bnxt_re/
Dib_verbs.h139 struct bnxt_qplib_dpi wcdpi; member
Dib_verbs.c4301 if (bnxt_qplib_alloc_dpi(&rdev->qplib_res, &uctx->wcdpi, in UVERBS_HANDLER()
4305 dpi = uctx->wcdpi.dpi; in UVERBS_HANDLER()
4306 addr = (u64)uctx->wcdpi.umdbr; in UVERBS_HANDLER()
4362 if (uctx && uctx->wcdpi.dbr) { in alloc_page_obj_cleanup()
4365 bnxt_qplib_dealloc_dpi(&rdev->qplib_res, &uctx->wcdpi); in alloc_page_obj_cleanup()
4366 uctx->wcdpi.dbr = NULL; in alloc_page_obj_cleanup()