Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dlibata.h595 struct ata_queued_cmd { struct
596 struct ata_port *ap;
597 struct ata_device *dev;
599 struct scsi_cmnd *scsicmd;
600 void (*scsidone)(struct scsi_cmnd *);
602 struct ata_taskfile tf;
603 u8 cdb[ATAPI_CDB_LEN];
605 unsigned long flags; /* ATA_QCFLAG_xxx */
606 unsigned int tag; /* libata core tag */
607 unsigned int hw_tag; /* driver tag */
[all …]
/openbmc/linux/drivers/ata/
H A Dlibata-sff.c1461 unsigned int (*port_intr)(struct ata_port *, struct ata_queued_cmd *)) in __ata_sff_interrupt()