table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 1.15-2.1
 - Leap-16.0
 - Leap-15.6
 
| libnvme(9) | API Manual | libnvme(9) | 
NAME¶
struct nvme_mi_admin_resp_hdr - Admin command response header.
SYNOPSIS¶
struct nvme_mi_admin_resp_hdr {
  
   struct nvme_mi_msg_hdr hdr;
  
   __u8 status;
  
   __u8 rsvd0[3];
  
   __le32 cdw0, cdw1, cdw3;
  
   };
Members¶
Description¶
This is the generic response format with the three doublewords of completion queue data, plus optional response data.
| struct nvme_mi_admin_resp_hdr | July 2025 |