Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dnvme_ioctl.h22 struct nvme_user_io { struct
24 __u8 opcode;
25 __u8 flags;
26 __u16 control;
27 __u16 nblocks;
29 __u16 rsvd;
30 __u64 metadata;
31 __u64 addr;
32 __u64 slba;
34 __u32 dsmgmt;
[all …]
Dnvme.h549 struct nvme_user_io { struct
550 __u8 opcode;
551 __u8 flags;
552 __u16 control;
554 __u16 nblocks;
555 __u16 rsvd;
556 __u64 metadata;
557 __u64 addr;
559 __u64 slba;
560 __u32 dsmgmt;
[all …]