Searched defs:ata_queued_cmd (Results 1 – 1 of 1) sorted by relevance
628 struct ata_queued_cmd { struct629 struct ata_port *ap;630 struct ata_device *dev;632 struct scsi_cmnd *scsicmd;633 void (*scsidone)(struct scsi_cmnd *);635 struct ata_taskfile tf;636 u8 cdb[ATAPI_CDB_LEN];638 unsigned long flags; /* ATA_QCFLAG_xxx */639 unsigned int tag;640 unsigned int n_elem;[all …]