Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
Dlibata.h594 struct ata_queued_cmd { struct
595 struct ata_port *ap;
596 struct ata_device *dev;
598 struct scsi_cmnd *scsicmd;
599 void (*scsidone)(struct scsi_cmnd *);
601 struct ata_taskfile tf;
602 u8 cdb[ATAPI_CDB_LEN];
604 unsigned long flags; /* ATA_QCFLAG_xxx */
605 unsigned int tag; /* libata core tag */
606 unsigned int hw_tag; /* driver tag */
[all …]
/kernel/linux/linux-5.10/include/linux/
Dlibata.h622 struct ata_queued_cmd { struct
623 struct ata_port *ap;
624 struct ata_device *dev;
626 struct scsi_cmnd *scsicmd;
627 void (*scsidone)(struct scsi_cmnd *);
629 struct ata_taskfile tf;
630 u8 cdb[ATAPI_CDB_LEN];
632 unsigned long flags; /* ATA_QCFLAG_xxx */
633 unsigned int tag; /* libata core tag */
634 unsigned int hw_tag; /* driver tag */
[all …]
/kernel/linux/linux-5.10/drivers/ata/
Dlibata-sff.c1544 unsigned int (*port_intr)(struct ata_port *, struct ata_queued_cmd *)) in __ata_sff_interrupt()
/kernel/linux/linux-6.6/drivers/ata/
Dlibata-sff.c1461 unsigned int (*port_intr)(struct ata_port *, struct ata_queued_cmd *)) in __ata_sff_interrupt()