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_dtyp - Data Structure Type field.

Constants

nvme_mi_dtyp_subsys_info NVM Subsystem Information nvme_mi_dtyp_port_info Port information nvme_mi_dtyp_ctrl_list Controller List nvme_mi_dtyp_ctrl_info Controller Information nvme_mi_dtyp_opt_cmd_support Optionally Supported Command List nvme_mi_dtyp_meb_support Management Endpoint Buffer Command Support List

Description

Data Structure Type field for Read NVMe-MI Data Structure command, used to indicate the particular structure to query from the endpoint. May 2025 enum nvme_mi_dtyp libnvme(2)

Name

enum nvme_mi_dtyp - Data Structure Type field.

Synopsis

enum nvme_mi_dtyp { nvme_mi_dtyp_subsys_info , nvme_mi_dtyp_port_info , nvme_mi_dtyp_ctrl_list , nvme_mi_dtyp_ctrl_info , nvme_mi_dtyp_opt_cmd_support , nvme_mi_dtyp_meb_support };

See Also