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_get_directive_receive_length - Get directive receive length

Arguments

       dtype       Directive type, see enumnvme_directive_dtype

       doper       Directive receive operation, see enumnvme_directive_receive_doper

       len         On success, set to this directives payload length in bytes.

Name

       nvme_get_directive_receive_length - Get directive receive length

Return

       0 on success, -1 with errno set to EINVAL if the function did not recognize dtype or doper.

August 2025                             nvme_get_directive_receive_length   nvme_get_directive_receive_length(2)

Synopsis

intnvme_get_directive_receive_length(enumnvme_directive_dtypedtype,enumnvme_directive_receive_doperdoper,__u32*len);

See Also