Home
last modified time | relevance | path

Searched refs:sghead (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dqplib_res.c85 struct scatterlist *sghead, u32 pages, u32 pg_size) in __alloc_pbl() argument
105 if (!sghead) { in __alloc_pbl()
118 for_each_sg(sghead, sg, pages, i) { in __alloc_pbl()
162 struct scatterlist *sghead, int nmap, in bnxt_qplib_alloc_init_hwq() argument
181 if (!sghead) { in bnxt_qplib_alloc_init_hwq()
194 if (sghead && (pages == MAX_PBL_LVL_0_PGS)) in bnxt_qplib_alloc_init_hwq()
195 rc = __alloc_pbl(pdev, &hwq->pbl[PBL_LVL_0], sghead, in bnxt_qplib_alloc_init_hwq()
220 rc = __alloc_pbl(pdev, &hwq->pbl[PBL_LVL_2], sghead, in bnxt_qplib_alloc_init_hwq()
249 rc = __alloc_pbl(pdev, &hwq->pbl[PBL_LVL_1], sghead, in bnxt_qplib_alloc_init_hwq()
Dqplib_fp.h381 struct scatterlist *sghead; member
Dib_verbs.c2630 cq->qplib_cq.sghead = cq->umem->sg_head.sgl; in bnxt_re_create_cq()
2643 cq->qplib_cq.sghead = NULL; in bnxt_re_create_cq()
Dqplib_fp.c1924 rc = bnxt_qplib_alloc_init_hwq(res->pdev, &cq->hwq, cq->sghead, in bnxt_qplib_create_cq()