Lines Matching defs:nvme_uring_cmd
74 struct nvme_uring_cmd { struct75 __u8 opcode;76 __u8 flags;77 __u16 rsvd1;78 __u32 nsid;79 __u32 cdw2;80 __u32 cdw3;81 __u64 metadata;82 __u64 addr;83 __u32 metadata_len;84 __u32 data_len;85 __u32 cdw10;109 #define NVME_URING_CMD_IO _IOWR('N', 0x80, struct nvme_uring_cmd) argument