nvme_mi_control - Perform a Control Primitive command
Contents
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_opcodeName
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);
