Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dnvme.h976 struct nvme_rw_command { struct
977 __u8 opcode;
978 __u8 flags;
979 __u16 command_id;
980 __le32 nsid;
981 __le32 cdw2;
982 __le32 cdw3;
983 __le64 metadata;
984 union nvme_data_ptr dptr;
985 __le64 slba;
[all …]