nvme_mi_mi_read_mi_data_ctrl_list - Perform a Read MI Data Structure command, retrieving the list of
Contents
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 structnvme_ctrl_list.
Name
nvme_mi_mi_read_mi_data_ctrl_list - Perform a Read MI Data Structure command, retrieving the list of
attached controllers.
Return
The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set
otherwise..
August 2025 nvme_mi_mi_read_mi_data_ctrl_list nvme_mi_mi_read_mi_data_ctrl_list(2)
Synopsis
intnvme_mi_mi_read_mi_data_ctrl_list(nvme_mi_ep_tep,__u8start_ctrlid,structnvme_ctrl_list*list);
