Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_reconstruct.h49 struct RF_ReconBuffer_s { struct
50 RF_Raid_t *raidPtr; /* void *to avoid recursive includes */
51 void *buffer; /* points to the data */
52 RF_StripeNum_t parityStripeID; /* the parity stripe that this data
54 int which_ru; /* which reconstruction unit within the PSS */
55 RF_SectorNum_t failedDiskSectorOffset; /* the offset into the failed
57 RF_RowCol_t col; /* which disk this buffer belongs to or is
59 RF_StripeCount_t count; /* counts the # of SUs installed so far */
60 int priority; /* used to force hi priority recon */
61 RF_RbufType_t type; /* FORCED or FLOATING */
[all …]