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_port - Perform a Read MI Data Structure command, retrieving port data.

Arguments

       ep          endpoint for MI communication

       portid      id of port data to retrieve

       p           port information to populate

Description

       Retrieves   the   Port   information,   for   the   specified   port   ID.   The   subsystem  data  (from
       nvme_mi_mi_read_mi_data_subsys) nmp field contains the allowed range of port IDs.

       See structnvme_mi_read_port_info.

Name

       nvme_mi_mi_read_mi_data_port - Perform a Read MI Data Structure command, retrieving port data.

Return

       The nvme command status if a response was received (see enumnvme_status_field)  or  -1  with  errno  set
       otherwise..

May 2025                                  nvme_mi_mi_read_mi_data_port           nvme_mi_mi_read_mi_data_port(2)

Synopsis

intnvme_mi_mi_read_mi_data_port(nvme_mi_ep_tep,__u8portid,structnvme_mi_read_port_info*p);

See Also