Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/linux/
Dnvme.h928 struct nvme_get_log_page_command { struct
929 __u8 opcode;
930 __u8 flags;
931 __u16 command_id;
932 __le32 nsid;
933 __u64 rsvd2[2];
934 union nvme_data_ptr dptr;
935 __u8 lid;
936 __u8 lsp; /* upper 4 bits reserved */
937 __le16 numdl;
[all …]
/kernel/linux/linux-5.10/include/linux/
Dnvme.h1192 struct nvme_get_log_page_command { struct
1193 __u8 opcode;
1194 __u8 flags;
1195 __u16 command_id;
1196 __le32 nsid;
1197 __u64 rsvd2[2];
1198 union nvme_data_ptr dptr;
1199 __u8 lid;
1200 __u8 lsp; /* upper 4 bits reserved */
1201 __le16 numdl;
[all …]