Home
last modified time | relevance | path

Searched refs:PBL_LVL_0 (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dqplib_rcfw.c501 cpu_to_le64(ctx->qpc_tbl.pbl[PBL_LVL_0].pg_map_arr[0]); in bnxt_qplib_init_rcfw()
503 cpu_to_le64(ctx->mrw_tbl.pbl[PBL_LVL_0].pg_map_arr[0]); in bnxt_qplib_init_rcfw()
505 cpu_to_le64(ctx->srqc_tbl.pbl[PBL_LVL_0].pg_map_arr[0]); in bnxt_qplib_init_rcfw()
507 cpu_to_le64(ctx->cq_tbl.pbl[PBL_LVL_0].pg_map_arr[0]); in bnxt_qplib_init_rcfw()
509 cpu_to_le64(ctx->tim_tbl.pbl[PBL_LVL_0].pg_map_arr[0]); in bnxt_qplib_init_rcfw()
511 cpu_to_le64(ctx->tqm_pde.pbl[PBL_LVL_0].pg_map_arr[0]); in bnxt_qplib_init_rcfw()
725 init.cmdq_pbl = cpu_to_le64(rcfw->cmdq.pbl[PBL_LVL_0].pg_map_arr[0]); in bnxt_qplib_enable_rcfw_channel()
Dqplib_res.c195 rc = __alloc_pbl(pdev, &hwq->pbl[PBL_LVL_0], sghead, in bnxt_qplib_alloc_init_hwq()
198 rc = __alloc_pbl(pdev, &hwq->pbl[PBL_LVL_0], NULL, 1, pg_size); in bnxt_qplib_alloc_init_hwq()
202 hwq->level = PBL_LVL_0; in bnxt_qplib_alloc_init_hwq()
213 (dma_addr_t **)hwq->pbl[PBL_LVL_0].pg_arr; in bnxt_qplib_alloc_init_hwq()
255 (dma_addr_t **)hwq->pbl[PBL_LVL_0].pg_arr; in bnxt_qplib_alloc_init_hwq()
413 case PBL_LVL_0: in bnxt_qplib_alloc_ctx()
416 ctx->tqm_tbl[i].pbl[PBL_LVL_0].pg_map_arr[0] | in bnxt_qplib_alloc_ctx()
Dqplib_res.h68 PBL_LVL_0, enumerator
Dqplib_fp.c558 pbl = &srq->hwq.pbl[PBL_LVL_0]; in bnxt_qplib_create_srq()
749 pbl = &sq->hwq.pbl[PBL_LVL_0]; in bnxt_qplib_create_qp1()
789 pbl = &rq->hwq.pbl[PBL_LVL_0]; in bnxt_qplib_create_qp1()
914 pbl = &sq->hwq.pbl[PBL_LVL_0]; in bnxt_qplib_create_qp()
965 pbl = &rq->hwq.pbl[PBL_LVL_0]; in bnxt_qplib_create_qp()
1028 pbl = &xrrq->pbl[PBL_LVL_0]; in bnxt_qplib_create_qp()
1045 pbl = &xrrq->pbl[PBL_LVL_0]; in bnxt_qplib_create_qp()
1942 pbl = &cq->hwq.pbl[PBL_LVL_0]; in bnxt_qplib_create_cq()
Dmain.c957 (rdev, rdev->nq[i].hwq.pbl[PBL_LVL_0].pg_map_arr, in bnxt_re_alloc_res()
1281 (rdev, rdev->rcfw.creq.pbl[PBL_LVL_0].pg_map_arr, in bnxt_re_ib_reg()
Dqplib_sp.c707 req.pbl = cpu_to_le64(mr->hwq.pbl[PBL_LVL_0].pg_map_arr[0]); in bnxt_qplib_reg_mr()