Searched defs:eata_ccb (Results 1 – 1 of 1) sorted by relevance
280 struct eata_ccb { /* Send Command Packet structure */ struct282 __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 …]