Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dhptiop.c1291 struct hpt_iop_request_get_config iop_config; in hptiop_probe() local
1368 if (hba->ops->get_config(hba, &iop_config)) { in hptiop_probe()
1374 hba->max_requests = min(le32_to_cpu(iop_config.max_requests), in hptiop_probe()
1376 hba->max_devices = le32_to_cpu(iop_config.max_devices); in hptiop_probe()
1377 hba->max_request_size = le32_to_cpu(iop_config.request_size); in hptiop_probe()
1378 hba->max_sg_descriptors = le32_to_cpu(iop_config.max_sg_count); in hptiop_probe()
1379 hba->firmware_version = le32_to_cpu(iop_config.firmware_version); in hptiop_probe()
1380 hba->interface_version = le32_to_cpu(iop_config.interface_version); in hptiop_probe()
1381 hba->sdram_size = le32_to_cpu(iop_config.sdram_size); in hptiop_probe()
1400 host->max_sectors = le32_to_cpu(iop_config.data_transfer_length) >> 9; in hptiop_probe()
[all …]