Home
last modified time | relevance | path

Searched refs:MYRS_SG_LIMIT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dmyrs.h28 #define MYRS_SG_LIMIT 128 macro
H A Dmyrs.c647 if (shost->sg_tablesize > MYRS_SG_LIMIT) in myrs_get_config()
648 shost->sg_tablesize = MYRS_SG_LIMIT; in myrs_get_config()
662 shost->can_queue, shost->sg_tablesize, MYRS_SG_LIMIT); in myrs_get_config()