Searched refs:frpl (Results 1 – 4 of 4) sorted by relevance
721 struct ib_fast_reg_page_list *frpl; in iser_fast_reg_mr() local732 frpl = desc->data_frpl; in iser_fast_reg_mr()735 frpl = desc->pi_ctx->prot_frpl; in iser_fast_reg_mr()738 plen = iser_sg_to_page_vec(mem, device->ib_device, frpl->page_list, in iser_fast_reg_mr()754 fastreg_wr.wr.fast_reg.iova_start = frpl->page_list[0] + offset; in iser_fast_reg_mr()755 fastreg_wr.wr.fast_reg.page_list = frpl; in iser_fast_reg_mr()778 reg->sge.addr = frpl->page_list[0] + offset; in iser_fast_reg_mr()
245 struct ib_fast_reg_page_list *frpl; member
344 if (d->frpl) in srp_destroy_fr_pool()345 ib_free_fast_reg_page_list(d->frpl); in srp_destroy_fr_pool()366 struct ib_fast_reg_page_list *frpl; in srp_create_fr_pool() local388 frpl = ib_alloc_fast_reg_page_list(device, max_page_list_len); in srp_create_fr_pool()389 if (IS_ERR(frpl)) { in srp_create_fr_pool()390 ret = PTR_ERR(frpl); in srp_create_fr_pool()393 d->frpl = frpl; in srp_create_fr_pool()1309 memcpy(desc->frpl->page_list, state->pages, in srp_map_finish_fr()1316 wr.wr.fast_reg.page_list = desc->frpl; in srp_map_finish_fr()
2582 struct ib_fast_reg_page_list *frpl; in isert_fast_reg_mr() local2600 frpl = fr_desc->data_frpl; in isert_fast_reg_mr()2604 frpl = fr_desc->pi_ctx->prot_frpl; in isert_fast_reg_mr()2613 &frpl->page_list[0]); in isert_fast_reg_mr()2624 fr_wr.wr.fast_reg.iova_start = frpl->page_list[0] + page_off; in isert_fast_reg_mr()2625 fr_wr.wr.fast_reg.page_list = frpl; in isert_fast_reg_mr()2645 sge->addr = frpl->page_list[0] + page_off; in isert_fast_reg_mr()