Lines Matching refs:fmr_pool
498 struct ib_fmr_pool *fmr_pool = NULL; in srp_create_ch_ib() local
556 fmr_pool = srp_alloc_fmr_pool(target); in srp_create_ch_ib()
557 if (IS_ERR(fmr_pool)) { in srp_create_ch_ib()
558 ret = PTR_ERR(fmr_pool); in srp_create_ch_ib()
563 if (ch->fmr_pool) in srp_create_ch_ib()
564 ib_destroy_fmr_pool(ch->fmr_pool); in srp_create_ch_ib()
565 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()
1279 fmr = ib_fmr_pool_map_phys(ch->fmr_pool, state->pages, in srp_map_finish_fmr()
1472 use_mr = !!ch->fmr_pool; in srp_map_sg()