Searched defs:ccb_accept_tio (Results 1 – 1 of 1) sorted by relevance
622 struct ccb_accept_tio { struct623 struct ccb_hdr ccb_h;624 cdb_t cdb_io; /* Union for CDB bytes/pointer */625 u_int8_t cdb_len; /* Number of bytes for the CDB */626 u_int8_t tag_action; /* What to do for tag queueing */627 u_int8_t sense_len; /* Number of bytes of Sense Data */628 u_int tag_id; /* tag id from initator (target mode) */629 u_int init_id; /* initiator id of who selected */630 struct scsi_sense_data sense_data;