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

nvme_mi_mi_read_mi_data_ctrl_list - Perform a Read MI Data Structure command, retrieving the list of

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);

See Also