table of contents
other versions
- Tumbleweed 1.15-2.1
- Leap-16.0
- Leap-15.6
| nvme_mi_mi_read_mi_data_ctrl_list(9) | libnvme API manual | nvme_mi_mi_read_mi_data_ctrl_list(9) |
NAME¶
nvme_mi_mi_read_mi_data_ctrl_list - 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¶
The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise..
| nvme_mi_mi_read_mi_data_ctrl_list | July 2025 |