1nvme_submit_io_passthru64(9) libnvme API manual nvme_submit_io_passthru64(9)
2
3
4
6 nvme_submit_io_passthru64 - Submit a 64-bit nvme passthrough command
7
9 int nvme_submit_io_passthru64 (int fd , struct nvme_passthru_cmd64 *cmd
10 , __u64 *result );
11
13 fd File descriptor of nvme device
14
15 cmd The nvme io command to send
16
17 result Optional field to return the result from the CQE DW0-1
18
20 Uses NVME_IOCTL_IO64_CMD for the ioctl request.
21
23 The nvme command status if a response was received (see enum nvme_sta‐
24 tus_field) or -1 with errno set otherwise.
25
26
27
28November 2022 nvme_submit_io_passthru6n4vme_submit_io_passthru64(9)