Home
last modified time | relevance | path

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

/drivers/scsi/snic/
Dsnic_ctl.c160 struct snic_exch_ver_rsp *exv_cmpl = &fwreq->u.exch_ver_cmpl; in snic_io_exch_ver_cmpl_handler() local
181 snic->fwinfo.fw_ver = le32_to_cpu(exv_cmpl->version); in snic_io_exch_ver_cmpl_handler()
182 snic->fwinfo.hid = le32_to_cpu(exv_cmpl->hid); in snic_io_exch_ver_cmpl_handler()
183 snic->fwinfo.max_concur_ios = le32_to_cpu(exv_cmpl->max_concur_ios); in snic_io_exch_ver_cmpl_handler()
184 snic->fwinfo.max_sgs_per_cmd = le32_to_cpu(exv_cmpl->max_sgs_per_cmd); in snic_io_exch_ver_cmpl_handler()
185 snic->fwinfo.max_io_sz = le32_to_cpu(exv_cmpl->max_io_sz); in snic_io_exch_ver_cmpl_handler()
186 snic->fwinfo.max_tgts = le32_to_cpu(exv_cmpl->max_tgts); in snic_io_exch_ver_cmpl_handler()
187 snic->fwinfo.io_tmo = le16_to_cpu(exv_cmpl->io_timeout); in snic_io_exch_ver_cmpl_handler()
201 le32_to_cpu(exv_cmpl->hba_cap)); in snic_io_exch_ver_cmpl_handler()