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_control - Perform a Control Primitive command

Arguments

       ep          endpoint for MI communication

       opcode      Control Primitive opcode (using enumnvme_mi_control_opcode)

       cpsp        Control Primitive Specific Parameter

       result_cpsr Optional field to return the result from the CPSR field

Description

       Perform a Control Primitive command, using the opcode specified in opcode Stores the result from the CPSR
       field in result_cpsr if set.

       See: enumnvme_mi_control_opcode

Name

       nvme_mi_control - Perform a Control Primitive command

Return

       0 on success, non-zero on failure

May 2025                                         nvme_mi_control                              nvme_mi_control(2)

Synopsis

intnvme_mi_control(nvme_mi_ep_tep,__u8opcode,__u16cpsp,__u16*result_cpsr);

See Also