Searched refs:wcdpi (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/ofed/libbnxtre/ |
| H A D | db.c | 311 key = ((((pbuf->wcdpi & BNXT_RE_DB_PIHI_MASK) << in bnxt_re_ring_pstart_db() 316 key |= ((((__u32)pbuf->wcdpi & BNXT_RE_DB_PILO_MASK) << in bnxt_re_ring_pstart_db() 330 key = ((((pbuf->wcdpi & BNXT_RE_DB_PIHI_MASK) << in bnxt_re_ring_pend_db() 335 key |= ((((__u32)pbuf->wcdpi & BNXT_RE_DB_PILO_MASK) << in bnxt_re_ring_pend_db() 419 pbuf->wcdpi = ucntx->udpi.wcdpi; in bnxt_re_init_pbuf_list()
|
| H A D | verbs.c | 148 uint64_t dbr, uint32_t dpi, uint32_t wcdpi) in bnxt_re_map_db_page() argument 158 if (wcdpi) { in bnxt_re_map_db_page() 164 cntx->udpi.wcdpi = wcdpi; in bnxt_re_map_db_page() 189 uint32_t wcdpi = 0; in bnxt_re_alloc_pd() local 193 wcdpi = resp.wcdpi; in bnxt_re_alloc_pd() 194 if (bnxt_re_map_db_page(ibvctx, resp.dbr, resp.dpi, wcdpi)) in bnxt_re_alloc_pd() 196 if (cntx->cctx->chip_is_gen_p5_thor2 && cntx->udpi.wcdpi) in bnxt_re_alloc_pd() 333 uint32_t wcdpi = 0; in _bnxt_re_create_cq() local 337 wcdpi = resp.wcdpi; in _bnxt_re_create_cq() 338 if (bnxt_re_map_db_page(ibvctx, resp.dbr, resp.dpi, wcdpi)) in _bnxt_re_create_cq() [all …]
|
| H A D | abi.h | 317 __u32 wcdpi; member 357 __u32 wcdpi; member
|
| H A D | main.h | 93 __u32 wcdpi; member 136 uint16_t wcdpi; member
|
| H A D | verbs.h | 132 if (!qp->push_st_en && cntx->udpi.wcdpi && (attr_mask & IBV_QP_STATE) && in can_request_ppp()
|
| /src/sys/dev/bnxt/bnxt_re/ |
| H A D | bnxt_re-abi.h | 85 __u32 wcdpi; member 127 __u32 wcdpi; member
|
| H A D | ib_verbs.c | 806 ret = bnxt_qplib_alloc_dpi(&rdev->qplib_res, &cntx->wcdpi, in bnxt_re_get_user_dpi() 870 if (ucntx->wcdpi.dpi) { in bnxt_re_alloc_pd() 871 resp.wcdpi = ucntx->wcdpi.dpi; in bnxt_re_alloc_pd() 3980 if (uctx->wcdpi.dpi) { in bnxt_re_create_cq() 3981 resp.wcdpi = uctx->wcdpi.dpi; in bnxt_re_create_cq() 5461 if (_is_chip_gen_p5_p7(rdev->chip_ctx) && uctx->wcdpi.dbr) { in bnxt_re_dealloc_ucontext() 5463 &uctx->wcdpi); in bnxt_re_dealloc_ucontext() 5467 uctx->wcdpi.dbr = NULL; in bnxt_re_dealloc_ucontext() 5524 pfn = (uctx->wcdpi.umdbr >> PAGE_SHIFT); in bnxt_re_mmap()
|
| H A D | ib_verbs.h | 263 struct bnxt_qplib_dpi wcdpi; member
|