Searched refs:__alloc_pbl (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.c105 static int __alloc_pbl(struct bnxt_qplib_res *res, function
225 rc = __alloc_pbl(res, &hwq->pbl[PBL_LVL_0], hwq_attr->sginfo);
246 rc = __alloc_pbl(res, &hwq->pbl[PBL_LVL_0], &sginfo);
251 rc = __alloc_pbl(res, &hwq->pbl[PBL_LVL_1], &sginfo);
275 rc = __alloc_pbl(res, &hwq->pbl[PBL_LVL_2],
311 rc = __alloc_pbl(res, &hwq->pbl[PBL_LVL_0], &sginfo);
315 rc = __alloc_pbl(res, &hwq->pbl[PBL_LVL_1],

Completed in 344 milliseconds