Searched defs:cac_req (Results 1 – 1 of 1) sorted by relevance
236 struct cac_req { struct237 u_int16_t next; /* offset of next request */238 u_int8_t command; /* command */239 u_int8_t error; /* return error code */240 u_int32_t blkno; /* block number */241 u_int16_t bcount; /* block count */242 u_int8_t sgcount; /* number of scatter/gather entries */243 u_int8_t reserved; /* reserved */