Searched defs:eata_ccb (Results 1 – 1 of 1) sorted by relevance
588 typedef struct eata_ccb { struct589 u_int8_t SCSI_Reset :1, /* Cause a SCSI Bus reset on the cmd */590 HBA_Init :1, /* Cause Controller to reinitialize */591 Auto_Req_Sen :1, /* Do Auto Request Sense on errors */592 scatter :1, /* Data Ptr points to a SG Packet */593 Quick :1, /* Set this one for NO Status PAcket */594 Interpret :1, /* Interpret the SCSI cdb for own use */595 DataOut :1, /* Data Out phase with command */596 DataIn :1; /* Data In phase with command */598 u_int8_t reqlen; /* Request Sense Length, if Auto_Req_Sen=1 */[all …]