Home
last modified time | relevance | path

Searched defs:ata_queued_cmd (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dlibata.h630 struct ata_queued_cmd { struct
631 struct ata_port *ap;
632 struct ata_device *dev;
634 struct scsi_cmnd *scsicmd;
635 void (*scsidone)(struct scsi_cmnd *);
637 struct ata_taskfile tf;
638 u8 cdb[ATAPI_CDB_LEN];
640 unsigned long flags; /* ATA_QCFLAG_xxx */
641 unsigned int tag; /* libata core tag */
642 unsigned int hw_tag; /* driver tag */
[all …]
/Linux-v4.19/drivers/ata/
Dlibata-sff.c1539 unsigned int (*port_intr)(struct ata_port *, struct ata_queued_cmd *)) in __ata_sff_interrupt()