| libnvme(9) | API Manual | libnvme(9) | 
NAME¶
struct nvme_mi_read_port_info - Port Information Data Structure
SYNOPSIS¶
struct nvme_mi_read_port_info {
  
   __u8 portt;
  
   __u8 rsvd1;
  
   __le16 mmctptus;
  
   __le32 meb;
  
   union {
  
   struct nvme_mi_port_pcie pcie;
  
   struct nvme_mi_port_smb smb;
  
   };
  
   };
Members¶
| struct nvme_mi_read_port_info | February 2024 |