Searched refs:sghead (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/infiniband/hw/bnxt_re/ |
D | qplib_res.c | 86 struct scatterlist *sghead, u32 pages, in __alloc_pbl() argument 107 if (!sghead) { in __alloc_pbl() 120 for_each_sg_dma_page(sghead, &sg_iter, nmaps, 0) { in __alloc_pbl() 168 struct scatterlist *sghead = NULL; in bnxt_qplib_alloc_init_hwq() local 183 sghead = sg_info->sglist; in bnxt_qplib_alloc_init_hwq() 185 if (!sghead) { in bnxt_qplib_alloc_init_hwq() 200 if (sghead && (pages == MAX_PBL_LVL_0_PGS)) in bnxt_qplib_alloc_init_hwq() 201 rc = __alloc_pbl(pdev, &hwq->pbl[PBL_LVL_0], sghead, in bnxt_qplib_alloc_init_hwq() 228 rc = __alloc_pbl(pdev, &hwq->pbl[PBL_LVL_2], sghead, in bnxt_qplib_alloc_init_hwq() 257 rc = __alloc_pbl(pdev, &hwq->pbl[PBL_LVL_1], sghead, in bnxt_qplib_alloc_init_hwq()
|