Searched defs:eata_ccb (Results 1 – 1 of 1) sorted by relevance
267 struct eata_ccb { /* Send Command Packet structure */ struct269 __u8 SCSI_Reset:1, /* Cause a SCSI Bus reset on the cmd */270 HBA_Init:1, /* Cause Controller to reinitialize */271 Auto_Req_Sen:1, /* Do Auto Request Sense on errors */272 scatter:1, /* Data Ptr points to a SG Packet */273 Resrvd:1, /* RFU */274 Interpret:1, /* Interpret the SCSI cdb of own use */275 DataOut:1, /* Data Out phase with command */276 DataIn:1; /* Data In phase with command */277 __u8 reqlen; /* Request Sense Length * [all …]