1nvme_mi_mi_read_mi_data_port(9)libnvme API manualnvme_mi_mi_read_mi_data_port(9)
2
3
4
6 nvme_mi_mi_read_mi_data_port - Perform a Read MI Data Structure com‐
7 mand, retrieving port data.
8
10 int nvme_mi_mi_read_mi_data_port (nvme_mi_ep_t ep , __u8 portid ,
11 struct nvme_mi_read_port_info *p );
12
14 ep endpoint for MI communication
15
16 portid id of port data to retrieve
17
18 p port information to populate
19
21 Retrieves the Port information, for the specified port ID. The subsys‐
22 tem data (from nvme_mi_mi_read_mi_data_subsys) nmp field contains the
23 allowed range of port IDs.
24
25 See struct nvme_mi_read_port_info.
26
28 The nvme command status if a response was received (see enum nvme_sta‐
29 tus_field) or -1 with errno set otherwise..
30
31
32
33October 2023 nvme_mi_mi_read_mi_datan_vpmoer_tmi_mi_read_mi_data_port(9)