Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dhptiop.c1277 struct hpt_iop_request_get_config iop_config; in hptiop_probe() local
1358 if (hba->ops->get_config(hba, &iop_config)) { in hptiop_probe()
1364 hba->max_requests = min(le32_to_cpu(iop_config.max_requests), in hptiop_probe()
1366 hba->max_devices = le32_to_cpu(iop_config.max_devices); in hptiop_probe()
1367 hba->max_request_size = le32_to_cpu(iop_config.request_size); in hptiop_probe()
1368 hba->max_sg_descriptors = le32_to_cpu(iop_config.max_sg_count); in hptiop_probe()
1369 hba->firmware_version = le32_to_cpu(iop_config.firmware_version); in hptiop_probe()
1370 hba->interface_version = le32_to_cpu(iop_config.interface_version); in hptiop_probe()
1371 hba->sdram_size = le32_to_cpu(iop_config.sdram_size); in hptiop_probe()
1390 host->max_sectors = le32_to_cpu(iop_config.data_transfer_length) >> 9; in hptiop_probe()
[all …]