Searched refs:physical_dev_list (Results 1 – 1 of 1) sorted by relevance
724 reportlun_data_ext_t **physical_dev_list, in pqisrc_get_phys_log_device_list() argument741 ret = pqisrc_get_physical_logical_luns(softs, SA_REPORT_PHYS, physical_dev_list, phys_data_length); in pqisrc_get_phys_log_device_list()2029 reportlun_data_ext_t *physical_dev_list = NULL; in pqisrc_scan_devices() local2042 ret = pqisrc_get_phys_log_device_list(softs, &physical_dev_list, &logical_dev_list, in pqisrc_scan_devices()2049 physical_cnt = BE_32(physical_dev_list->header.list_length) in pqisrc_scan_devices()2050 / sizeof(physical_dev_list->lun_entries[0]); in pqisrc_scan_devices()2096 lun_ext_entry = &physical_dev_list->lun_entries[i]; in pqisrc_scan_devices()2260 if(physical_dev_list) in pqisrc_scan_devices()2261 os_mem_free(softs, (char *)physical_dev_list, phys_data_length); in pqisrc_scan_devices()