Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dlibata.h623 struct ata_queued_cmd { struct
624 struct ata_port *ap;
625 struct ata_device *dev;
627 struct scsi_cmnd *scsicmd;
628 void (*scsidone)(struct scsi_cmnd *);
630 struct ata_taskfile tf;
631 u8 cdb[ATAPI_CDB_LEN];
633 unsigned long flags; /* ATA_QCFLAG_xxx */
634 unsigned int tag; /* libata core tag */
635 unsigned int hw_tag; /* driver tag */
[all …]
/Linux-v5.15/drivers/ata/
Dlibata-sff.c1544 unsigned int (*port_intr)(struct ata_port *, struct ata_queued_cmd *)) in __ata_sff_interrupt()