Searched defs:RF_RaidAccessDesc_s (Results 1 – 1 of 1) sorted by relevance
64 struct RF_RaidAccessDesc_s { struct65 RF_Raid_t *raidPtr; /* raid device descriptor */66 RF_IoType_t type; /* read or write */67 RF_RaidAddr_t raidAddress; /* starting address in raid address69 RF_SectorCount_t numBlocks; /* number of blocks (sectors) to71 RF_StripeCount_t numStripes; /* number of stripes involved in73 void *bufPtr; /* pointer to data buffer */74 RF_RaidAccessFlags_t flags; /* flags controlling operation */75 int state; /* index into states telling how far along the77 const RF_AccessState_t *states; /* array of states to be run */[all …]