Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/snic/
Dsnic_ctl.c141 struct snic_exch_ver_rsp *exv_cmpl = &fwreq->u.exch_ver_cmpl; in snic_io_exch_ver_cmpl_handler() local
161 snic->fwinfo.fw_ver = le32_to_cpu(exv_cmpl->version); in snic_io_exch_ver_cmpl_handler()
162 snic->fwinfo.hid = le32_to_cpu(exv_cmpl->hid); in snic_io_exch_ver_cmpl_handler()
163 snic->fwinfo.max_concur_ios = le32_to_cpu(exv_cmpl->max_concur_ios); in snic_io_exch_ver_cmpl_handler()
164 snic->fwinfo.max_sgs_per_cmd = le32_to_cpu(exv_cmpl->max_sgs_per_cmd); in snic_io_exch_ver_cmpl_handler()
165 snic->fwinfo.max_io_sz = le32_to_cpu(exv_cmpl->max_io_sz); in snic_io_exch_ver_cmpl_handler()
166 snic->fwinfo.max_tgts = le32_to_cpu(exv_cmpl->max_tgts); in snic_io_exch_ver_cmpl_handler()
167 snic->fwinfo.io_tmo = le16_to_cpu(exv_cmpl->io_timeout); in snic_io_exch_ver_cmpl_handler()
181 le32_to_cpu(exv_cmpl->hba_cap)); in snic_io_exch_ver_cmpl_handler()