Lines Matching defs:pbl
1417 struct siw_pbl *pbl = NULL;
1435 pbl = siw_pbl_alloc(max_sge);
1436 if (IS_ERR(pbl)) {
1437 rv = PTR_ERR(pbl);
1438 siw_dbg_pd(pd, "pbl allocation failed: %d\n", rv);
1439 pbl = NULL;
1447 rv = siw_mr_add_mem(mr, pd, pbl, 0, max_sge * PAGE_SIZE, 0);
1461 kfree(pbl);
1484 struct siw_pbl *pbl = mem->pbl;
1489 if (!pbl) {
1493 pble = pbl->pbe;
1495 if (pbl->max_buf < num_sle) {
1497 num_sle, pbl->max_buf);
1510 pbl->num_buf = 1;
1517 pbl->num_buf++;
1536 pbl->num_buf);