Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c1981 reportlun_queue_depth_data_t *logical_queue_dev_list = NULL; in pqisrc_scan_devices() local
1992 &logical_queue_dev_list, &queue_log_data_length, in pqisrc_scan_devices()
2004 logical_queue_cnt = BE_32(logical_queue_dev_list->header.list_length) in pqisrc_scan_devices()
2005 / sizeof(logical_queue_dev_list->lun_entries[0]); 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()
2213 if(logical_queue_dev_list) in pqisrc_scan_devices()
2214 os_mem_free(softs, (char*)logical_queue_dev_list, in pqisrc_scan_devices()