Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

nvme_directive_send - Send directive command

Arguments

args structnvme_directive_send_args argument structure

Description

Directives is a mechanism to enable host and NVM subsystem or controller information exchange. The Directive Send command transfers data related to a specific Directive Type from the host to the controller. See the NVMe specification for more information.

Name

nvme_directive_send - Send directive command

Return

The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set otherwise. May 2025 nvme_directive_send nvme_directive_send(2)

Synopsis

intnvme_directive_send(structnvme_directive_send_args*args);

See Also