1nvme_set_property(9) libnvme API manual nvme_set_property(9)
2
3
4
6 nvme_set_property - Set controller property
7
9 int nvme_set_property (struct nvme_set_property_args *args );
10
12 args struct nvme_set_property_args argument structure
13
15 This is an NVMe-over-Fabrics specific command, not applicable to PCIe.
16 These properties align to the PCI MMIO controller registers.
17
19 The nvme command status if a response was received (see enum nvme_sta‐
20 tus_field) or -1 with errno set otherwise.
21
22
23
24October 2023 nvme_set_property nvme_set_property(9)