Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dlibata.h580 struct ata_queued_cmd { struct
581 struct ata_port *ap;
582 struct ata_device *dev;
584 struct scsi_cmnd *scsicmd;
585 void (*scsidone)(struct scsi_cmnd *);
587 struct ata_taskfile tf;
588 u8 cdb[ATAPI_CDB_LEN];
590 unsigned long flags; /* ATA_QCFLAG_xxx */
591 unsigned int tag; /* libata core tag */
592 unsigned int hw_tag; /* driver tag */
[all …]
/linux-6.1.9/drivers/ata/
Dlibata-sff.c1531 unsigned int (*port_intr)(struct ata_port *, struct ata_queued_cmd *)) in __ata_sff_interrupt()