struct nvme_channel_config_desc - Channel Configuration Descriptor
Contents
Members
chanid Channel Identifier
chmus Number Channel Media Units
mu_config_desc
Channel Unit config descriptors. See struct nvme_media_unit_config_desc
August 2025 struct nvme_channel_config_desc libnvme(2)
Name
struct nvme_channel_config_desc - Channel Configuration Descriptor
Synopsis
struct nvme_channel_config_desc {
__le16chanid;__le16chmus;structnvme_media_unit_config_descmu_config_desc[];
};
