Home
last modified time | relevance | path

Searched refs:LogicalDriveInformation (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/block/
DDAC960.c68 return p->V1.LogicalDriveInformation[drive_nr]. in disk_size()
88 if (p->V1.LogicalDriveInformation[drive_nr]. in DAC960_open()
117 geo->cylinders = p->V1.LogicalDriveInformation[drive_nr]. in DAC960_getgeo()
1580 memcpy(&Controller->V1.LogicalDriveInformation, in DAC960_V1_ReadControllerConfiguration()
1769 if (Controller->V1.LogicalDriveInformation in DAC960_V1_ReadControllerConfiguration()
2309 DAC960_V1_LogicalDriveInformation_T *LogicalDriveInformation = in DAC960_V1_ReportDeviceConfiguration() local
2310 &Controller->V1.LogicalDriveInformation[LogicalDriveNumber]; in DAC960_V1_ReportDeviceConfiguration()
2313 LogicalDriveInformation->RAIDLevel, in DAC960_V1_ReportDeviceConfiguration()
2314 (LogicalDriveInformation->LogicalDriveState in DAC960_V1_ReportDeviceConfiguration()
2317 : LogicalDriveInformation->LogicalDriveState in DAC960_V1_ReportDeviceConfiguration()
[all …]
DDAC960.h2394 DAC960_V1_LogicalDriveInformationArray_T LogicalDriveInformation; member