Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dhptiop.c1282 struct hpt_iop_request_get_config iop_config; in hptiop_probe() local
1363 if (hba->ops->get_config(hba, &iop_config)) { in hptiop_probe()
1369 hba->max_requests = min(le32_to_cpu(iop_config.max_requests), in hptiop_probe()
1371 hba->max_devices = le32_to_cpu(iop_config.max_devices); in hptiop_probe()
1372 hba->max_request_size = le32_to_cpu(iop_config.request_size); in hptiop_probe()
1373 hba->max_sg_descriptors = le32_to_cpu(iop_config.max_sg_count); in hptiop_probe()
1374 hba->firmware_version = le32_to_cpu(iop_config.firmware_version); in hptiop_probe()
1375 hba->interface_version = le32_to_cpu(iop_config.interface_version); in hptiop_probe()
1376 hba->sdram_size = le32_to_cpu(iop_config.sdram_size); in hptiop_probe()
1395 host->max_sectors = le32_to_cpu(iop_config in hptiop_probe()
[all...]
/kernel/linux/linux-6.6/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 in hptiop_probe()
[all...]

Completed in 4 milliseconds