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