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