Searched defs:atio_descr (Results 1 – 1 of 1) sorted by relevance
52 struct atio_descr { struct53 off_t base_off; /* Base offset for ATIO */54 uint total_len; /* Total xfer len for this ATIO */55 uint init_req; /* Transfer count requested to/from init */56 uint init_ack; /* Data transferred ok to/from init */57 uint targ_req; /* Transfer count requested to/from target */58 uint targ_ack; /* Data transferred ok to/from target */59 int flags; /* Flags for CTIOs */60 u_int8_t *cdb; /* Pointer to received CDB */62 struct io_queue cmplt_io;