Searched refs:NVME_NIDT_NGUID_LEN (Results 1 – 4 of 4) sorted by relevance
203 memset(id->nguid, 0, NVME_NIDT_NGUID_LEN); in nvmet_passthru_override_id_ns()
1029 NVME_NIDT_NGUID_LEN, in nvmet_execute_identify_desclist()
1478 if (cur->nidl != NVME_NIDT_NGUID_LEN) { in nvme_process_ns_desc()1484 return NVME_NIDT_NGUID_LEN; in nvme_process_ns_desc()1485 memcpy(ids->nguid, data + sizeof(*cur), NVME_NIDT_NGUID_LEN); in nvme_process_ns_desc()1486 return NVME_NIDT_NGUID_LEN; in nvme_process_ns_desc()
647 #define NVME_NIDT_NGUID_LEN 16 macro