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

/freebsd-12-stable/sys/dev/hptiop/
H A Dhptiop.c1883 struct hpt_iop_request_get_config iop_config; local
1936 if (hba->ops->get_config(hba, &iop_config)) {
1941 hba->firmware_version = iop_config.firmware_version;
1942 hba->interface_version = iop_config.interface_version;
1943 hba->max_requests = iop_config.max_requests;
1944 hba->max_devices = iop_config.max_devices;
1945 hba->max_request_size = iop_config.request_size;
1946 hba->max_sg_count = iop_config.max_sg_count;

Completed in 114 milliseconds