Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h84254 struct ata_queued_cmd { struct
84255 struct ata_port *ap;
84256 struct ata_device *dev;
84257 struct scsi_cmnd *scsicmd;
84258 void (*scsidone)(struct scsi_cmnd *);
84259 struct ata_taskfile tf;
84260 u8 cdb[16];
84261 long unsigned int flags;
84262 unsigned int tag;
84263 unsigned int hw_tag;
[all …]
Dvmlinux.h84254 struct ata_queued_cmd { struct
84255 struct ata_port *ap;
84256 struct ata_device *dev;
84257 struct scsi_cmnd *scsicmd;
84258 void (*scsidone)(struct scsi_cmnd *);
84259 struct ata_taskfile tf;
84260 u8 cdb[16];
84261 long unsigned int flags;
84262 unsigned int tag;
84263 unsigned int hw_tag;
[all …]