Home
last modified time | relevance | path

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

/linux/drivers/scsi/snic/
A Dsnic_ctl.c157 u32 cmnd_id, hid, max_sgs; in snic_io_exch_ver_cmpl_handler() local
198 max_sgs = snic->fwinfo.max_sgs_per_cmd; in snic_io_exch_ver_cmpl_handler()
199 if (max_sgs && max_sgs < SNIC_MAX_SG_DESC_CNT) { in snic_io_exch_ver_cmpl_handler()
200 snic->shost->sg_tablesize = max_sgs; in snic_io_exch_ver_cmpl_handler()
203 } else if (max_sgs > snic->shost->sg_tablesize) { in snic_io_exch_ver_cmpl_handler()
206 snic->config.xpt_type, max_sgs, in snic_io_exch_ver_cmpl_handler()

Completed in 2 milliseconds