Provided by: libnvme-dev_1.8-3ubuntu1_amd64 

NAME
struct nvme_ctrl_list - Controller List
SYNOPSIS
struct nvme_ctrl_list {
__le16 num;
__le16 identifier[NVME_ID_CTRL_LIST_MAX];
};
Members
num Number of Identifiers
identifier NVM subsystem unique controller identifier
February 2025 struct nvme_ctrl_list libnvme(2)