Home
last modified time | relevance | path

Searched defs:RF_Raid_s (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_raid.h98 struct RF_Raid_s { struct
104 u_int numCol; /* number of columns of disks, typically == #
106 u_int numSpare; /* number of spare disks */
107 int maxQueueDepth; /* max disk queue depth */
108 RF_SectorCount_t totalSectors; /* total number of sectors in the
110 RF_SectorCount_t sectorsPerDisk; /* number of sectors on each
112 u_int logBytesPerSector; /* base-2 log of the number of bytes
114 u_int bytesPerSector; /* bytes in a sector */
115 RF_int32 sectorMask; /* mask of bytes-per-sector */
117 RF_RaidLayout_t Layout; /* all information related to layout */
[all …]