Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dnvme.h1197 struct nvme_get_log_page_command { struct
1198 __u8 opcode;
1199 __u8 flags;
1200 __u16 command_id;
1201 __le32 nsid;
1202 __u64 rsvd2[2];
1203 union nvme_data_ptr dptr;
1204 __u8 lid;
1205 __u8 lsp; /* upper 4 bits reserved */
1206 __le16 numdl;
[all …]
/kernel/linux/linux-6.6/include/linux/
Dnvme.h1368 struct nvme_get_log_page_command { struct
1369 __u8 opcode;
1370 __u8 flags;
1371 __u16 command_id;
1372 __le32 nsid;
1373 __u64 rsvd2[2];
1374 union nvme_data_ptr dptr;
1375 __u8 lid;
1376 __u8 lsp; /* upper 4 bits reserved */
1377 __le16 numdl;
[all …]