Home
last modified time | relevance | path

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

/linux-5.10/include/linux/
Dlibata.h617 struct ata_queued_cmd { struct
618 struct ata_port *ap;
619 struct ata_device *dev;
621 struct scsi_cmnd *scsicmd;
622 void (*scsidone)(struct scsi_cmnd *);
624 struct ata_taskfile tf;
625 u8 cdb[ATAPI_CDB_LEN];
627 unsigned long flags; /* ATA_QCFLAG_xxx */
628 unsigned int tag; /* libata core tag */
629 unsigned int hw_tag; /* driver tag */
[all …]
/linux-5.10/drivers/ata/
Dlibata-sff.c1525 unsigned int (*port_intr)(struct ata_port *, struct ata_queued_cmd *)) in __ata_sff_interrupt()