Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/infiniband/ulp/iser/
Discsi_iser.h95 #define ISCSI_ISER_SG_TABLESIZE (0x80000 >> SHIFT_4K) macro
Diser_verbs.c174 (sizeof(u64) * (ISCSI_ISER_SG_TABLESIZE +1)), in iser_create_ib_conn_res()
184 params.max_pages_per_fmr = ISCSI_ISER_SG_TABLESIZE + 1; in iser_create_ib_conn_res()
Discsi_iser.c636 .sg_tablesize = ISCSI_ISER_SG_TABLESIZE,