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()
652 NVME_NIDT_NGUID_LEN, in nvmet_execute_identify_desclist()
1336 if (cur->nidl != NVME_NIDT_NGUID_LEN) { in nvme_process_ns_desc()1342 return NVME_NIDT_NGUID_LEN; in nvme_process_ns_desc()1343 memcpy(ids->nguid, data + sizeof(*cur), NVME_NIDT_NGUID_LEN); in nvme_process_ns_desc()1344 return NVME_NIDT_NGUID_LEN; in nvme_process_ns_desc()
591 #define NVME_NIDT_NGUID_LEN 16 macro