Searched defs:ata_queued_cmd (Results 1 – 2 of 2) sorted by relevance
554 struct ata_queued_cmd { struct555 struct ata_port *ap;556 struct ata_device *dev;558 struct scsi_cmnd *scsicmd;559 void (*scsidone)(struct scsi_cmnd *);561 struct ata_taskfile tf;562 u8 cdb[ATAPI_CDB_LEN];564 unsigned long flags; /* ATA_QCFLAG_xxx */565 unsigned int tag;566 unsigned int n_elem;[all …]
1594 unsigned int (*port_intr)(struct ata_port *, struct ata_queued_cmd *)) in __ata_sff_interrupt()