Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dlibata.h613 struct ata_queued_cmd { struct
614 struct ata_port *ap;
615 struct ata_device *dev;
617 struct scsi_cmnd *scsicmd;
618 void (*scsidone)(struct scsi_cmnd *);
620 struct ata_taskfile tf;
621 u8 cdb[ATAPI_CDB_LEN];
623 unsigned long flags; /* ATA_QCFLAG_xxx */
624 unsigned int tag; /* libata core tag */
625 unsigned int hw_tag; /* driver tag */
[all …]
/Linux-v5.4/drivers/ata/
Dlibata-sff.c1529 unsigned int (*port_intr)(struct ata_port *, struct ata_queued_cmd *)) in __ata_sff_interrupt()