Lines Matching defs:ccb
81 struct ccb { /* Command Control Block 5.3 */ struct
82 u8 op; /* Command Control Block Operation Code */
83 u8 idlun; /* op=0,2:Target Id, op=1:Initiator Id */
87 u8 cdblen; /* SCSI Command Length */
88 u8 rsalen; /* Request Sense Allocation Length/Disable */
89 u8 datalen[3]; /* Data Length (msb, .., lsb) */
90 u8 dataptr[3]; /* Data Pointer */
91 u8 linkptr[3]; /* Link Pointer */
92 u8 commlinkid; /* Command Linking Identifier */
93 u8 hastat; /* Host Adapter Status (HASTAT) */
94 u8 tarstat; /* Target Device Status */
95 u8 reserved[2];
96 u8 cdb[MAX_CDB+MAX_SENSE]; /* SCSI Command Descriptor Block */