Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_desc.h64 struct RF_RaidAccessDesc_s { struct
65 RF_Raid_t *raidPtr; /* raid device descriptor */
66 RF_IoType_t type; /* read or write */
67 RF_RaidAddr_t raidAddress; /* starting address in raid address
69 RF_SectorCount_t numBlocks; /* number of blocks (sectors) to
71 RF_StripeCount_t numStripes; /* number of stripes involved in
73 void *bufPtr; /* pointer to data buffer */
74 RF_RaidAccessFlags_t flags; /* flags controlling operation */
75 int state; /* index into states telling how far along the
77 const RF_AccessState_t *states; /* array of states to be run */
[all …]