PBL_LVL_0
rattr.dma_arr = nq->hwq.pbl[PBL_LVL_0].pg_map_arr;
rattr.dma_arr = creq->hwq.pbl[PBL_LVL_0].pg_map_arr;
pbl = &cq->resize_hwq.pbl[PBL_LVL_0];
init.cmdq_pbl = cpu_to_le64(cmdq->hwq.pbl[PBL_LVL_0].pg_map_arr[0]);
rc = __alloc_pbl(res, &hwq->pbl[PBL_LVL_0], hwq_attr->sginfo);
hwq->level = PBL_LVL_0;
rc = __alloc_pbl(res, &hwq->pbl[PBL_LVL_0], &sginfo);
(dma_addr_t **)hwq->pbl[PBL_LVL_0].pg_arr;
rc = __alloc_pbl(res, &hwq->pbl[PBL_LVL_0], &sginfo);
(dma_addr_t **)hwq->pbl[PBL_LVL_0].pg_arr;
case PBL_LVL_0:
*ptr = cpu_to_le64(qtbl_hwq->pbl[PBL_LVL_0].pg_map_arr[0] |
return hwq->pbl[PBL_LVL_0].pg_map_arr[0];
pbl = &hwq->pbl[PBL_LVL_0];
req.pbl = cpu_to_le64(mr->hwq.pbl[PBL_LVL_0].pg_map_arr[0]);