1nvme_mi_mi_read_mi_data_ctrl(9)libnvme API manualnvme_mi_mi_read_mi_data_ctrl(9)
2
3
4
6 nvme_mi_mi_read_mi_data_ctrl - Perform a Read MI Data Structure com‐
7 mand, retrieving controller information
8
10 int nvme_mi_mi_read_mi_data_ctrl (nvme_mi_ep_t ep , __u16 ctrl_id ,
11 struct nvme_mi_read_ctrl_info *ctrl );
12
14 ep endpoint for MI communication
15
16 ctrl_id ID of controller to query
17
18 ctrl controller data to populate
19
21 Retrieves the Controller Information Data Structure for the attached
22 controller with ID ctrlid.
23
24 See struct nvme_mi_read_ctrl_info.
25
27 The nvme command status if a response was received (see enum nvme_sta‐
28 tus_field) or -1 with errno set otherwise..
29
30
31
32November 2022 nvme_mi_mi_read_mi_datan_vcmter_lmi_mi_read_mi_data_ctrl(9)