table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 1.15-2.1
 - Leap-16.0
 - Leap-15.6
 
| nvme_submit_io_passthru64(9) | libnvme API manual | nvme_submit_io_passthru64(9) | 
NAME¶
nvme_submit_io_passthru64 - Submit a 64-bit nvme passthrough command
SYNOPSIS¶
int nvme_submit_io_passthru64 (int fd , struct nvme_passthru_cmd64 *cmd , __u64 *result );
ARGUMENTS¶
DESCRIPTION¶
Uses NVME_IOCTL_IO64_CMD for the ioctl request.
RETURN¶
The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise.
| nvme_submit_io_passthru64 | July 2025 |