1nvme_directive_send(9) libnvme API manual nvme_directive_send(9)
2
3
4
6 nvme_directive_send - Send directive command
7
9 int nvme_directive_send (struct nvme_directive_send_args *args );
10
12 args struct nvme_directive_send_args argument structure
13
15 Directives is a mechanism to enable host and NVM subsystem or con‐
16 troller information exchange. The Directive Send command transfers data
17 related to a specific Directive Type from the host to the controller.
18
19 See the NVMe specification for more information.
20
22 The nvme command status if a response was received (see enum nvme_sta‐
23 tus_field) or -1 with errno set otherwise.
24
25
26
27November 2022 nvme_directive_send nvme_directive_send(9)