Searched defs:ata_queued_cmd (Results 1 – 2 of 2) sorted by relevance
621 struct ata_queued_cmd { struct622 struct ata_port *ap;623 struct ata_device *dev;625 struct scsi_cmnd *scsicmd;626 void (*scsidone)(struct scsi_cmnd *);628 struct ata_taskfile tf;629 u8 cdb[ATAPI_CDB_LEN];631 unsigned long flags; /* ATA_QCFLAG_xxx */632 unsigned int tag;633 unsigned int n_elem;[all …]
1596 unsigned int (*port_intr)(struct ata_port *, struct ata_queued_cmd *)) in __ata_sff_interrupt()