pub unsafe extern "C" fn nvme_ctrl_set_discovery_ctrl(
c: nvme_ctrl_t,
discovery: bool,
)Expand description
nvme_ctrl_set_discovery_ctrl() - Set the ‘discovery_ctrl’ flag @c: Controller to be modified @discovery: value of the discovery_ctrl flag
Sets the ‘discovery_ctrl’ flag in @c to specify whether @c connects to a discovery subsystem.