Home
last modified time | relevance | path

Searched refs:prot_frpl (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/infiniband/ulp/iser/
Diser_verbs.c291 pi_ctx->prot_frpl = ib_alloc_fast_reg_page_list(ib_device, in iser_alloc_pi_ctx()
293 if (IS_ERR(pi_ctx->prot_frpl)) { in iser_alloc_pi_ctx()
294 ret = PTR_ERR(pi_ctx->prot_frpl); in iser_alloc_pi_ctx()
319 ib_free_fast_reg_page_list(desc->pi_ctx->prot_frpl); in iser_alloc_pi_ctx()
329 ib_free_fast_reg_page_list(pi_ctx->prot_frpl); in iser_free_pi_ctx()
Discsi_iser.h386 struct ib_fast_reg_page_list *prot_frpl; member
Diser_memory.c735 frpl = desc->pi_ctx->prot_frpl; in iser_fast_reg_mr()
/linux-4.1.27/drivers/infiniband/ulp/isert/
Dib_isert.h88 struct ib_fast_reg_page_list *prot_frpl; member
Dib_isert.c487 ib_free_fast_reg_page_list(fr_desc->pi_ctx->prot_frpl); in isert_conn_free_fastreg_pool()
516 pi_ctx->prot_frpl = ib_alloc_fast_reg_page_list(device, in isert_create_pi_ctx()
518 if (IS_ERR(pi_ctx->prot_frpl)) { in isert_create_pi_ctx()
520 PTR_ERR(pi_ctx->prot_frpl)); in isert_create_pi_ctx()
521 ret = PTR_ERR(pi_ctx->prot_frpl); in isert_create_pi_ctx()
554 ib_free_fast_reg_page_list(pi_ctx->prot_frpl); in isert_create_pi_ctx()
2604 frpl = fr_desc->pi_ctx->prot_frpl; in isert_fast_reg_mr()