Home
last modified time | relevance | path

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

/src/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c1973 uint32_t physical_cnt; in pqisrc_scan_devices() local
1998 physical_cnt = BE_32(physical_dev_list->header.list_length) in pqisrc_scan_devices()
2008 …DBG_DISC("physical_cnt %u logical_cnt %u queue_cnt %u\n", physical_cnt, logical_cnt, logical_queue… in pqisrc_scan_devices()
2010 if (physical_cnt) { in pqisrc_scan_devices()
2018 phy_log_dev_cnt = physical_cnt + logical_cnt; in pqisrc_scan_devices()
2043 if (i < physical_cnt) { in pqisrc_scan_devices()
2049 &logical_dev_list->lun_entries[i - physical_cnt]; in pqisrc_scan_devices()
2080 multiplier = logical_queue_dev_list->lun_entries[i - physical_cnt].multiplier; in pqisrc_scan_devices()
2081 qdepth = logical_queue_dev_list->lun_entries[i - physical_cnt].queue_depth; in pqisrc_scan_devices()