Home
last modified time | relevance | path

Searched defs:nvme_user_io (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dnvme_ioctl.h9 struct nvme_user_io { struct
10 __u8 opcode;
11 __u8 flags;
12 __u16 control;
13 __u16 nblocks;
14 __u16 rsvd;
15 __u64 metadata;
16 __u64 addr;
17 __u64 slba;
18 __u32 dsmgmt;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dnvme_ioctl.h12 struct nvme_user_io { struct
13 __u8 opcode;
14 __u8 flags;
15 __u16 control;
16 __u16 nblocks;
17 __u16 rsvd;
18 __u64 metadata;
19 __u64 addr;
20 __u64 slba;
21 __u32 dsmgmt;
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dnvme_ioctl.h22 struct nvme_user_io { struct
23 __u8 opcode;
24 __u8 flags;
25 __u16 control;
26 __u16 nblocks;
27 __u16 rsvd;
28 __u64 metadata;
29 __u64 addr;
30 __u64 slba;
31 __u32 dsmgmt;
[all …]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dnvme_ioctl.h22 struct nvme_user_io { struct
23 __u8 opcode;
24 __u8 flags;
25 __u16 control;
26 __u16 nblocks;
27 __u16 rsvd;
28 __u64 metadata;
29 __u64 addr;
30 __u64 slba;
31 __u32 dsmgmt;
[all …]
/kernel/linux/linux-6.6/include/uapi/linux/
Dnvme_ioctl.h12 struct nvme_user_io { struct
13 __u8 opcode;
14 __u8 flags;
15 __u16 control;
16 __u16 nblocks;
17 __u16 rsvd;
18 __u64 metadata;
19 __u64 addr;
20 __u64 slba;
21 __u32 dsmgmt;
[all …]