Home
last modified time | relevance | path

Searched refs:ISCSI_ISER_MAX_SG_TABLESIZE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/infiniband/ulp/isert/
H A Dib_isert.h72 #define ISCSI_ISER_MAX_SG_TABLESIZE 4096 macro
H A Dib_isert.c69 n > ISCSI_ISER_MAX_SG_TABLESIZE) in isert_sg_tablesize_set()
/openbmc/linux/drivers/infiniband/ulp/iser/
H A Discsi_iser.h103 #define ISCSI_ISER_MAX_SG_TABLESIZE ((32768 * SECTOR_SIZE) >> ilog2(SZ_4K)) macro
H A Diser_verbs.c513 sup_sg_tablesize = min_t(uint, ISCSI_ISER_MAX_SG_TABLESIZE, in iser_calc_scsi_params()