Home
last modified time | relevance | path

Searched defs:eata_ccb (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Deata_generic.h280 struct eata_ccb { /* Send Command Packet structure */ struct
282 __u8 SCSI_Reset:1, /* Cause a SCSI Bus reset on the cmd */
283 HBA_Init:1, /* Cause Controller to reinitialize */
284 Auto_Req_Sen:1, /* Do Auto Request Sense on errors */
285 scatter:1, /* Data Ptr points to a SG Packet */
286 Resrvd:1, /* RFU */
287 Interpret:1, /* Interpret the SCSI cdb of own use */
288 DataOut:1, /* Data Out phase with command */
289 DataIn:1; /* Data In phase with command */
290 __u8 reqlen; /* Request Sense Length *
[all …]