Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c1296 bmic_ident_physdev_t *id_phys) in pqisrc_get_physical_device_info() argument
1301 memset(id_phys, 0, sizeof(*id_phys)); in pqisrc_get_physical_device_info()
1304 id_phys, sizeof(*id_phys)); in pqisrc_get_physical_device_info()
1311 LE_16(id_phys->current_queue_depth_limit); in pqisrc_get_physical_device_info()
1312 device->device_type = id_phys->device_type; in pqisrc_get_physical_device_info()
1313 device->active_path_index = id_phys->active_path_number; in pqisrc_get_physical_device_info()
1314 device->path_map = id_phys->redundant_path_present_map; in pqisrc_get_physical_device_info()
1316 &id_phys->alternate_paths_phys_box_on_port, in pqisrc_get_physical_device_info()
1319 &id_phys->alternate_paths_phys_connector, in pqisrc_get_physical_device_info()
1321 device->bay = id_phys->phys_bay_in_box; in pqisrc_get_physical_device_info()
[all …]