Searched defs:ata_queued_cmd (Results 1 – 2 of 2) sorted by relevance
636 struct ata_queued_cmd { struct637 struct ata_port *ap;638 struct ata_device *dev;640 struct scsi_cmnd *scsicmd;641 void (*scsidone)(struct scsi_cmnd *);643 struct ata_taskfile tf;644 u8 cdb[ATAPI_CDB_LEN];646 unsigned long flags; /* ATA_QCFLAG_xxx */647 unsigned int tag; /* libata core tag */648 unsigned int hw_tag; /* driver tag */[all …]
1462 unsigned int (*port_intr)(struct ata_port *, struct ata_queued_cmd *)) in __ata_sff_interrupt()