Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/ulp/iser/
Diser_verbs.c219 (sizeof(u64)*(ISCSI_ISER_SG_TABLESIZE + 1)), in iser_create_fmr_pool()
229 params.max_pages_per_fmr = ISCSI_ISER_SG_TABLESIZE + 1; in iser_create_fmr_pool()
292 ISCSI_ISER_SG_TABLESIZE); in iser_alloc_pi_ctx()
299 ISCSI_ISER_SG_TABLESIZE + 1); in iser_alloc_pi_ctx()
342 ISCSI_ISER_SG_TABLESIZE + 1); in iser_create_fastreg_desc()
350 desc->data_mr = ib_alloc_fast_reg_mr(pd, ISCSI_ISER_SG_TABLESIZE + 1); in iser_create_fastreg_desc()
Discsi_iser.h102 #define ISCSI_ISER_SG_TABLESIZE (0x80000 >> SHIFT_4K) macro
Discsi_iser.c969 .sg_tablesize = ISCSI_ISER_SG_TABLESIZE,
/linux-4.1.27/drivers/infiniband/ulp/isert/
Dib_isert.h34 #define ISCSI_ISER_SG_TABLESIZE 256 macro
Dib_isert.c517 ISCSI_ISER_SG_TABLESIZE); in isert_create_pi_ctx()
525 pi_ctx->prot_mr = ib_alloc_fast_reg_mr(pd, ISCSI_ISER_SG_TABLESIZE); in isert_create_pi_ctx()
568 ISCSI_ISER_SG_TABLESIZE); in isert_create_fr_desc()
575 fr_desc->data_mr = ib_alloc_fast_reg_mr(pd, ISCSI_ISER_SG_TABLESIZE); in isert_create_fr_desc()
1666 ISCSI_ISER_SG_TABLESIZE); in isert_map_data_buf()
1667 data->len = min_t(unsigned int, data->len, ISCSI_ISER_SG_TABLESIZE * in isert_map_data_buf()