Searched defs:ata_queued_cmd (Results 1 – 1 of 1) sorted by relevance
124983 struct ata_queued_cmd { struct124984 struct ata_port *ap;124985 struct ata_device *dev;124986 struct scsi_cmnd *scsicmd;124987 void (*scsidone)(struct scsi_cmnd *);124988 struct ata_taskfile tf;124989 u8 cdb[16];124990 long unsigned int flags;124991 unsigned int tag;124992 unsigned int hw_tag;[all …]