Searched defs:ata_queued_cmd (Results 1 – 1 of 1) sorted by relevance
647 struct ata_queued_cmd { struct648 struct ata_port *ap;649 struct ata_device *dev;651 struct scsi_cmnd *scsicmd;652 void (*scsidone)(struct scsi_cmnd *);654 struct ata_taskfile tf;655 u8 cdb[ATAPI_CDB_LEN];657 unsigned long flags; /* ATA_QCFLAG_xxx */658 unsigned int tag; /* libata core tag */659 unsigned int hw_tag; /* driver tag */[all …]