Lines Matching refs:pool
240 ib_conn->fmr.pool = ib_create_fmr_pool(device->pd, ¶ms); in iser_create_fmr_pool()
241 if (!IS_ERR(ib_conn->fmr.pool)) in iser_create_fmr_pool()
248 ret = PTR_ERR(ib_conn->fmr.pool); in iser_create_fmr_pool()
249 ib_conn->fmr.pool = NULL; in iser_create_fmr_pool()
265 ib_conn, ib_conn->fmr.pool); in iser_free_fmr_pool()
267 if (ib_conn->fmr.pool != NULL) in iser_free_fmr_pool()
268 ib_destroy_fmr_pool(ib_conn->fmr.pool); in iser_free_fmr_pool()
270 ib_conn->fmr.pool = NULL; in iser_free_fmr_pool()
384 INIT_LIST_HEAD(&ib_conn->fastreg.pool); in iser_create_fastreg_pool()
403 list_add_tail(&desc->list, &ib_conn->fastreg.pool); in iser_create_fastreg_pool()
422 if (list_empty(&ib_conn->fastreg.pool)) in iser_free_fastreg_pool()
427 list_for_each_entry_safe(desc, tmp, &ib_conn->fastreg.pool, list) { in iser_free_fastreg_pool()