Searched refs:fmr_pool (Results 1 – 6 of 6) sorted by relevance
163 struct ib_fmr_pool *fmr_pool; in iser_alloc_fmr_pool() local195 fmr_pool = ib_create_fmr_pool(device->pd, ¶ms); in iser_alloc_fmr_pool()196 if (IS_ERR(fmr_pool)) { in iser_alloc_fmr_pool()197 ret = PTR_ERR(fmr_pool); in iser_alloc_fmr_pool()203 desc->rsc.fmr_pool = fmr_pool; in iser_alloc_fmr_pool()229 ib_conn, desc->rsc.fmr_pool); in iser_free_fmr_pool()231 ib_destroy_fmr_pool(desc->rsc.fmr_pool); in iser_free_fmr_pool()
235 struct ib_fmr_pool *fmr_pool = rsc->fmr_pool; in iser_fast_reg_fmr() local250 fmr = ib_fmr_pool_map_phys(fmr_pool, page_vec->pages, in iser_fast_reg_fmr()
383 struct ib_fmr_pool *fmr_pool; member
11 device.o fmr_pool.o cache.o netlink.o \
159 struct ib_fmr_pool *fmr_pool; member
558 struct ib_fmr_pool *fmr_pool = NULL; in srp_create_ch_ib() local620 fmr_pool = srp_alloc_fmr_pool(target); in srp_create_ch_ib()621 if (IS_ERR(fmr_pool)) { in srp_create_ch_ib()622 ret = PTR_ERR(fmr_pool); in srp_create_ch_ib()645 if (ch->fmr_pool) in srp_create_ch_ib()646 ib_destroy_fmr_pool(ch->fmr_pool); in srp_create_ch_ib()647 ch->fmr_pool = fmr_pool; in srp_create_ch_ib()703 if (ch->fmr_pool) in srp_free_ch_ib()704 ib_destroy_fmr_pool(ch->fmr_pool); in srp_free_ch_ib()1491 fmr = ib_fmr_pool_map_phys(ch->fmr_pool, state->pages, in srp_map_finish_fmr()