Searched refs:sghead (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/ |
D | qplib_res.c | 85 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()
|
D | qplib_fp.h | 381 struct scatterlist *sghead; member
|
D | ib_verbs.c | 2630 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()
|
D | qplib_fp.c | 1924 rc = bnxt_qplib_alloc_init_hwq(res->pdev, &cq->hwq, cq->sghead, in bnxt_qplib_create_cq()
|