Home
last modified time | relevance | path

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

/drivers/infiniband/hw/bnxt_re/
Dqplib_rcfw.c526 cpu_to_le64(ctx->qpc_tbl.pbl[PBL_LVL_0].pg_map_arr[0]); in bnxt_qplib_init_rcfw()
528 cpu_to_le64(ctx->mrw_tbl.pbl[PBL_LVL_0].pg_map_arr[0]); in bnxt_qplib_init_rcfw()
530 cpu_to_le64(ctx->srqc_tbl.pbl[PBL_LVL_0].pg_map_arr[0]); in bnxt_qplib_init_rcfw()
532 cpu_to_le64(ctx->cq_tbl.pbl[PBL_LVL_0].pg_map_arr[0]); in bnxt_qplib_init_rcfw()
534 cpu_to_le64(ctx->tim_tbl.pbl[PBL_LVL_0].pg_map_arr[0]); in bnxt_qplib_init_rcfw()
536 cpu_to_le64(ctx->tqm_pde.pbl[PBL_LVL_0].pg_map_arr[0]); in bnxt_qplib_init_rcfw()
763 init.cmdq_pbl = cpu_to_le64(rcfw->cmdq.pbl[PBL_LVL_0].pg_map_arr[0]); in bnxt_qplib_enable_rcfw_channel()
Dqplib_res.c201 rc = __alloc_pbl(pdev, &hwq->pbl[PBL_LVL_0], sghead, in bnxt_qplib_alloc_init_hwq()
204 rc = __alloc_pbl(pdev, &hwq->pbl[PBL_LVL_0], NULL, in bnxt_qplib_alloc_init_hwq()
209 hwq->level = PBL_LVL_0; in bnxt_qplib_alloc_init_hwq()
221 (dma_addr_t **)hwq->pbl[PBL_LVL_0].pg_arr; in bnxt_qplib_alloc_init_hwq()
263 (dma_addr_t **)hwq->pbl[PBL_LVL_0].pg_arr; in bnxt_qplib_alloc_init_hwq()
421 case PBL_LVL_0: in bnxt_qplib_alloc_ctx()
424 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.c564 pbl = &srq->hwq.pbl[PBL_LVL_0]; in bnxt_qplib_create_srq()
755 pbl = &sq->hwq.pbl[PBL_LVL_0]; in bnxt_qplib_create_qp1()
795 pbl = &rq->hwq.pbl[PBL_LVL_0]; in bnxt_qplib_create_qp1()
930 pbl = &sq->hwq.pbl[PBL_LVL_0]; in bnxt_qplib_create_qp()
974 pbl = &rq->hwq.pbl[PBL_LVL_0]; in bnxt_qplib_create_qp()
1038 pbl = &xrrq->pbl[PBL_LVL_0]; in bnxt_qplib_create_qp()
1055 pbl = &xrrq->pbl[PBL_LVL_0]; in bnxt_qplib_create_qp()
1955 pbl = &cq->hwq.pbl[PBL_LVL_0]; in bnxt_qplib_create_cq()
Dmain.c1009 pg_map = rdev->nq[i].hwq.pbl[PBL_LVL_0].pg_map_arr; in bnxt_re_alloc_res()
1388 pg_map = rdev->rcfw.creq.pbl[PBL_LVL_0].pg_map_arr; in bnxt_re_ib_reg()
Dqplib_sp.c713 req.pbl = cpu_to_le64(mr->hwq.pbl[PBL_LVL_0].pg_map_arr[0]); in bnxt_qplib_reg_mr()