Lines Matching defs:ecb
105 struct ecb { /* Enhanced Control Block 6.1 */ struct
106 u16 cmdw; /* Command Word */
108 u16 cne:1, /* Control Block Chaining */
115 u16 lun:3, /* Logical Unit */
116 tag:1, /* Tagged Queuing */
117 tt:2, /* Tag Type */
118 nd:1, /* No Disconnect */
124 u16 nil0; /* nothing */
125 u32 dataptr; /* Data or Scatter List ptr */
126 u32 datalen; /* Data or Scatter List len */
127 u32 statusptr; /* Status Block ptr */
128 u32 linkptr; /* Chain Address */
129 u32 nil1; /* nothing */
130 u32 senseptr; /* Sense Info Pointer */
131 u8 senselen; /* Sense Length */
132 u8 cdblen; /* CDB Length */
133 u16 datacheck; /* Data checksum */
134 u8 cdb[MAX_CDB]; /* CDB area */
136 u8 sense[MAX_SENSE]; /* Sense area */
137 u8 status[MAX_STATUS]; /* Status area */
138 struct scsi_cmnd *SCpnt; /* Link to the SCSI Command Block */
139 void (*done) (struct scsi_cmnd *); /* Completion Function */