Searched refs:LogicalDriveCount (Results 1 – 2 of 2) sorted by relevance
65 if (drive_nr >= p->LogicalDriveCount) in disk_size()1719 Controller->LogicalDriveCount = in DAC960_V1_ReadControllerConfiguration()1769 LogicalDriveNumber < Controller->LogicalDriveCount; in DAC960_V1_ReadControllerConfiguration()1856 Controller->LogicalDriveCount = ControllerInfo->LogicalDevicesPresent; in DAC960_V2_ReadControllerConfiguration()2308 LogicalDriveNumber < Controller->LogicalDriveCount; in DAC960_V1_ReportDeviceConfiguration()3624 if (NewEnquiry->NumberOfLogicalDrives > Controller->LogicalDriveCount) in DAC960_V1_ProcessCompletedCommand()3626 int LogicalDriveNumber = Controller->LogicalDriveCount - 1; in DAC960_V1_ProcessCompletedCommand()3633 Controller->LogicalDriveCount = NewEnquiry->NumberOfLogicalDrives; in DAC960_V1_ProcessCompletedCommand()3636 if (NewEnquiry->NumberOfLogicalDrives < Controller->LogicalDriveCount) in DAC960_V1_ProcessCompletedCommand()3639 while (++LogicalDriveNumber < Controller->LogicalDriveCount) in DAC960_V1_ProcessCompletedCommand()[all …]
2291 unsigned char LogicalDriveCount; member