1nvme_submit_io_passthru64(9)  libnvme API manual  nvme_submit_io_passthru64(9)
2
3
4

NAME

6       nvme_submit_io_passthru64 - Submit a 64-bit nvme passthrough command
7

SYNOPSIS

9       int nvme_submit_io_passthru64 (int fd , struct nvme_passthru_cmd64 *cmd
10       , __u64 *result );
11

ARGUMENTS

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

DESCRIPTION

20       Uses NVME_IOCTL_IO64_CMD for the ioctl request.
21

RETURN

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)
Impressum