Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dnvme.h903 struct nvme_zone_mgmt_send_cmd { struct
904 __u8 opcode;
905 __u8 flags;
906 __u16 command_id;
907 __le32 nsid;
908 __le32 cdw2[2];
909 __le64 metadata;
910 union nvme_data_ptr dptr;
911 __le64 slba;
912 __le32 cdw12;
[all …]
/kernel/linux/linux-6.6/include/linux/
Dnvme.h1060 struct nvme_zone_mgmt_send_cmd { struct
1061 __u8 opcode;
1062 __u8 flags;
1063 __u16 command_id;
1064 __le32 nsid;
1065 __le32 cdw2[2];
1066 __le64 metadata;
1067 union nvme_data_ptr dptr;
1068 __le64 slba;
1069 __le32 cdw12;
[all …]