Searched defs:ata_queued_cmd (Results 1 – 1 of 1) sorted by relevance
633 struct ata_queued_cmd { struct634 struct ata_port *ap;635 struct ata_device *dev;637 struct scsi_cmnd *scsicmd;638 void (*scsidone)(struct scsi_cmnd *);640 struct ata_taskfile tf;641 u8 cdb[ATAPI_CDB_LEN];643 unsigned long flags; /* ATA_QCFLAG_xxx */644 unsigned int tag; /* libata core tag */645 unsigned int hw_tag; /* driver tag */[all …]