Home
last modified time | relevance | path

Searched refs:nidl (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/nvme/target/
H A Dpassthru.c56 if (cur->nidl == 0) in nvmet_passthru_override_id_descs()
63 len = sizeof(struct nvme_ns_id_desc) + cur->nidl; in nvmet_passthru_override_id_descs()
71 cur->nidl = NVME_NIDT_CSI_LEN; in nvmet_passthru_override_id_descs()
H A Dadmin-cmd.c616 .nidl = len, in nvmet_copy_ns_identifier()
/openbmc/linux/drivers/nvme/host/
H A Dcore.c1325 if (cur->nidl != NVME_NIDT_EUI64_LEN) { in nvme_process_ns_desc()
1327 warn_str, cur->nidl); in nvme_process_ns_desc()
1335 if (cur->nidl != NVME_NIDT_NGUID_LEN) { in nvme_process_ns_desc()
1337 warn_str, cur->nidl); in nvme_process_ns_desc()
1345 if (cur->nidl != NVME_NIDT_UUID_LEN) { in nvme_process_ns_desc()
1347 warn_str, cur->nidl); in nvme_process_ns_desc()
1355 if (cur->nidl != NVME_NIDT_CSI_LEN) { in nvme_process_ns_desc()
1357 warn_str, cur->nidl); in nvme_process_ns_desc()
1365 return cur->nidl; in nvme_process_ns_desc()
1402 if (cur->nidl == 0) in nvme_identify_ns_descs()
/openbmc/linux/include/linux/
H A Dnvme.h586 __u8 nidl; member
/openbmc/qemu/include/block/
H A Dnvme.h1445 uint8_t nidl; member
/openbmc/qemu/hw/nvme/
H A Dctrl.c5924 uuid.hdr.nidl = NVME_NIDL_UUID; in nvme_identify_ns_descr_list()
5932 nguid.hdr.nidl = NVME_NIDL_NGUID; in nvme_identify_ns_descr_list()
5940 eui64.hdr.nidl = NVME_NIDL_EUI64; in nvme_identify_ns_descr_list()
5947 csi.hdr.nidl = NVME_NIDL_CSI; in nvme_identify_ns_descr_list()