nvme_submit_io_passthru64
Submit a 64-bit nvme passthrough command
- Provided by: libnvme-dev (Version: 1.15-2)
- Source: libnvme
- Report a bug
Submit a 64-bit nvme passthrough command
int nvme_submit_io_passthru64 (int fd , struct nvme_passthru_cmd64 *cmd , __u64 *result );
Uses NVME_IOCTL_IO64_CMD for the ioctl request.
The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise.