Lines Matching refs:LogicalDriveCount
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()
3645 Controller->LogicalDriveCount = NewEnquiry->NumberOfLogicalDrives; in DAC960_V1_ProcessCompletedCommand()
3880 LogicalDriveNumber < Controller->LogicalDriveCount; in DAC960_V1_ProcessCompletedCommand()
4710 Controller->LogicalDriveCount = in DAC960_V2_ProcessCompletedCommand()