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.c2032 reportlun_queue_depth_data_t *logical_queue_dev_list = NULL; in pqisrc_scan_devices() local
2043 &logical_queue_dev_list, &queue_log_data_length, in pqisrc_scan_devices()
2055 logical_queue_cnt = BE_32(logical_queue_dev_list->header.list_length) in pqisrc_scan_devices()
2056 / sizeof(logical_queue_dev_list->lun_entries[0]); in pqisrc_scan_devices()
2131 multiplier = logical_queue_dev_list->lun_entries[i - physical_cnt].multiplier; in pqisrc_scan_devices()
2132 qdepth = logical_queue_dev_list->lun_entries[i - physical_cnt].queue_depth; in pqisrc_scan_devices()
2264 if(logical_queue_dev_list) in pqisrc_scan_devices()
2265 os_mem_free(softs, (char*)logical_queue_dev_list, in pqisrc_scan_devices()