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