logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

enum nvme_mi_message_type - NVMe-MI message type field.

Constants

NVME_MI_MT_CONTROL NVME-MI Control Primitive NVME_MI_MT_MI NVMe-MI command NVME_MI_MT_ADMIN NVMe Admin command NVME_MI_MT_PCIE PCIe command NVME_MI_MT_AE Asynchronous Event

Description

Used as byte 1 of both request and response messages (NMIMT bits of NMP byte). Not to be confused with the MCTP message type in byte 0. May 2025 enum nvme_mi_message_type libnvme(2)

Name

enum nvme_mi_message_type - NVMe-MI message type field.

Synopsis

enum nvme_mi_message_type { NVME_MI_MT_CONTROL , NVME_MI_MT_MI , NVME_MI_MT_ADMIN , NVME_MI_MT_PCIE , NVME_MI_MT_AE };

See Also