Searched defs:ata_queued_cmd (Results 1 – 2 of 2) sorted by relevance
594 struct ata_queued_cmd { struct595 struct ata_port *ap;596 struct ata_device *dev;598 struct scsi_cmnd *scsicmd;599 void (*scsidone)(struct scsi_cmnd *);601 struct ata_taskfile tf;602 u8 cdb[ATAPI_CDB_LEN];604 unsigned long flags; /* ATA_QCFLAG_xxx */605 unsigned int tag; /* libata core tag */606 unsigned int hw_tag; /* driver tag */[all …]
1461 unsigned int (*port_intr)(struct ata_port *, struct ata_queued_cmd *)) in __ata_sff_interrupt()