nvme_mi_mi_read_mi_data_ctrl_list - Man Page
Perform a Read MI Data Structure command, retrieving the list of attached controllers.
Synopsis
int nvme_mi_mi_read_mi_data_ctrl_list (nvme_mi_ep_t ep , __u8 start_ctrlid , struct nvme_ctrl_list *list );
Arguments
- ep
endpoint for MI communication
- start_ctrlid
starting controller ID
- list
controller list to populate
Description
Retrieves the list of attached controllers, with IDs greater than or equal to start_ctrlid.
See struct nvme_ctrl_list.
Return
0 on success, non-zero on failure.
Info
August 2022 libnvme API manual