Searched refs:physical_dev_list (Results 1 – 1 of 1) sorted by relevance
723 reportlun_data_ext_t **physical_dev_list, in pqisrc_get_phys_log_device_list() argument740 ret = pqisrc_get_physical_logical_luns(softs, SA_REPORT_PHYS, physical_dev_list, phys_data_length); in pqisrc_get_phys_log_device_list()1978 reportlun_data_ext_t *physical_dev_list = NULL; in pqisrc_scan_devices() local1991 ret = pqisrc_get_phys_log_device_list(softs, &physical_dev_list, &logical_dev_list, in pqisrc_scan_devices()1998 physical_cnt = BE_32(physical_dev_list->header.list_length) in pqisrc_scan_devices()1999 / sizeof(physical_dev_list->lun_entries[0]); in pqisrc_scan_devices()2045 lun_ext_entry = &physical_dev_list->lun_entries[i]; in pqisrc_scan_devices()2209 if(physical_dev_list) in pqisrc_scan_devices()2210 os_mem_free(softs, (char *)physical_dev_list, phys_data_length); in pqisrc_scan_devices()