Searched defs:cac_req (Results 1 – 1 of 1) sorted by relevance
190 struct cac_req { struct191 u_int16_t next; /* offset of next request */192 u_int8_t command; /* command */193 u_int8_t error; /* return error code */194 u_int32_t blkno; /* block number */195 u_int16_t bcount; /* block count */196 u_int8_t sgcount; /* number of scatter/gather entries */197 u_int8_t reserved; /* reserved */