Searched refs:__alloc_pbl (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/infiniband/hw/bnxt_re/ |
D | qplib_res.c | 85 static int __alloc_pbl(struct pci_dev *pdev, struct bnxt_qplib_pbl *pbl, in __alloc_pbl() function 201 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() 214 rc = __alloc_pbl(pdev, &hwq->pbl[PBL_LVL_1], NULL, 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()
|