Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h83643 struct nvme_common_command { struct
83644 __u8 opcode;
83645 __u8 flags;
83646 __u16 command_id;
83647 __le32 nsid;
83648 __le32 cdw2[2];
83649 __le64 metadata;
83650 union nvme_data_ptr dptr;
83651 union {
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h93374 struct nvme_common_command { struct
93375 __u8 opcode;
93376 __u8 flags;
93377 __u16 command_id;
93378 __le32 nsid;
93379 __le32 cdw2[2];
93380 __le64 metadata;
93381 union nvme_data_ptr dptr;
93382 union {