Searched refs:fmr_pool (Results 1 – 8 of 8) sorted by relevance
215 struct ib_fmr_pool *fmr_pool; in iser_alloc_fmr_pool() local247 fmr_pool = ib_create_fmr_pool(device->pd, ¶ms); in iser_alloc_fmr_pool()248 if (IS_ERR(fmr_pool)) { in iser_alloc_fmr_pool()249 ret = PTR_ERR(fmr_pool); in iser_alloc_fmr_pool()255 desc->rsc.fmr_pool = fmr_pool; in iser_alloc_fmr_pool()281 ib_conn, desc->rsc.fmr_pool); in iser_free_fmr_pool()283 ib_destroy_fmr_pool(desc->rsc.fmr_pool); in iser_free_fmr_pool()
279 struct ib_fmr_pool *fmr_pool = rsc->fmr_pool; in iser_fast_reg_fmr() local295 fmr = ib_fmr_pool_map_phys(fmr_pool, in iser_fast_reg_fmr()
421 struct ib_fmr_pool *fmr_pool; member
12 device.o fmr_pool.o cache.o netlink.o \
149 struct ib_fmr_pool *fmr_pool; member
489 struct ib_fmr_pool *fmr_pool = NULL; in srp_create_ch_ib() local549 fmr_pool = srp_alloc_fmr_pool(target); in srp_create_ch_ib()550 if (IS_ERR(fmr_pool)) { in srp_create_ch_ib()551 ret = PTR_ERR(fmr_pool); in srp_create_ch_ib()574 if (ch->fmr_pool) in srp_create_ch_ib()575 ib_destroy_fmr_pool(ch->fmr_pool); in srp_create_ch_ib()576 ch->fmr_pool = fmr_pool; in srp_create_ch_ib()622 if (ch->fmr_pool) in srp_free_ch_ib()623 ib_destroy_fmr_pool(ch->fmr_pool); in srp_free_ch_ib()1297 fmr = ib_fmr_pool_map_phys(ch->fmr_pool, state->pages, in srp_map_finish_fmr()
308 kib_fmr_pool_t *fmr_pool; /* pool of FMR */ member
1490 kib_fmr_pool_t *fpo = fmr->fmr_pool; in kiblnd_fmr_pool_unmap()1504 fmr->fmr_pool = NULL; in kiblnd_fmr_pool_unmap()1545 fmr->fmr_pool = fpo; in kiblnd_fmr_pool_map()