Home
last modified time | relevance | path

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

/openbmc/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()
1371 hba->sdram_size = le32_to_cpu(iop_config.sdram_size); in hptiop_probe()
1391 host->max_id = le32_to_cpu(iop_config.max_devices); in hptiop_probe()
1392 host->sg_tablesize = le32_to_cpu(iop_config.max_sg_count); in hptiop_probe()
1393 host->can_queue = le32_to_cpu(iop_config.max_requests); in hptiop_probe()
[all …]