Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_dwc.h57 struct ata_queued_cmd { struct
58 struct ata_port *ap;
59 struct ata_device *dev;
84 typedef void (*ata_qc_cb_t) (struct ata_queued_cmd *qc); argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dlibata.h618 struct ata_queued_cmd { struct
619 struct ata_port *ap;
620 struct ata_device *dev;
622 struct scsi_cmnd *scsicmd;
623 void (*scsidone)(struct scsi_cmnd *);
625 struct ata_taskfile tf;
626 u8 cdb[ATAPI_CDB_LEN];
628 unsigned long flags; /* ATA_QCFLAG_xxx */
629 unsigned int tag; /* libata core tag */
630 unsigned int hw_tag; /* driver tag */
[all …]
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-sff.c1544 unsigned int (*port_intr)(struct ata_port *, struct ata_queued_cmd *)) in __ata_sff_interrupt()