Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptiop/
H A Dhptiop.c1868 struct hpt_iop_request_get_config iop_config; in hptiop_attach() local
1921 if (hba->ops->get_config(hba, &iop_config)) { in hptiop_attach()
1926 hba->firmware_version = iop_config.firmware_version; in hptiop_attach()
1927 hba->interface_version = iop_config.interface_version; in hptiop_attach()
1928 hba->max_requests = iop_config.max_requests; in hptiop_attach()
1929 hba->max_devices = iop_config.max_devices; in hptiop_attach()
1930 hba->max_request_size = iop_config.request_size; in hptiop_attach()
1931 hba->max_sg_count = iop_config.max_sg_count; in hptiop_attach()