logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nvme_mi_admin_identify - Perform an Admin identify command.

Arguments

ctrl Controller to process identify command args Identify command arguments

Description

Perform an Identify command, using the Identify command parameters in args. Stores the identify data in ->data, and (if set) the result from cdw0 into args->result. Will return an error if the length of the response data (from the controller) is not a full NVME_IDENTIFY_DATA_SIZE. See: structnvme_identify_args

Name

nvme_mi_admin_identify - Perform an Admin identify command.

Return

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

Synopsis

intnvme_mi_admin_identify(nvme_mi_ctrl_tctrl,structnvme_identify_args*args);

See Also