Searched defs:ace_bio (Results 1 – 1 of 1) sorted by relevance
124 struct ace_bio { struct125 volatile int flags;/* cmd flags */130 daddr_t blkno; /* block addr */131 daddr_t blkdone;/* number of blks transferred */132 size_t nblks; /* number of blocks currently transferring */133 size_t nbytes; /* number of bytes currently transferring */134 char *databuf;/* data buffer address */135 volatile int error;160 struct ace_bio sc_bio; /* current transfer */ argument