Searched defs:ata_queued_cmd (Results 1 – 2 of 2) sorted by relevance
84254 struct ata_queued_cmd { struct84255 struct ata_port *ap;84256 struct ata_device *dev;84257 struct scsi_cmnd *scsicmd;84258 void (*scsidone)(struct scsi_cmnd *);84259 struct ata_taskfile tf;84260 u8 cdb[16];84261 long unsigned int flags;84262 unsigned int tag;84263 unsigned int hw_tag;[all …]