Lines Matching defs:pbl
1410 struct siw_pbl *pbl = NULL;
1428 pbl = siw_pbl_alloc(max_sge);
1429 if (IS_ERR(pbl)) {
1430 rv = PTR_ERR(pbl);
1431 siw_dbg_pd(pd, "pbl allocation failed: %d\n", rv);
1432 pbl = NULL;
1440 rv = siw_mr_add_mem(mr, pd, pbl, 0, max_sge * PAGE_SIZE, 0);
1454 kfree(pbl);
1477 struct siw_pbl *pbl = mem->pbl;
1482 if (!pbl) {
1486 pble = pbl->pbe;
1488 if (pbl->max_buf < num_sle) {
1490 num_sle, pbl->max_buf);
1503 pbl->num_buf = 1;
1510 pbl->num_buf++;
1529 pbl->num_buf);