pub unsafe extern "C" fn nvmf_update_config(
c: nvme_ctrl_t,
cfg: *const nvme_fabrics_config,
)Expand description
nvmf_update_config() - Update fabrics configuration values @c: Controller to be modified @cfg: Updated configuration values
Updates the values from @c with the configuration values from @cfg; all non-default values from @cfg will overwrite the values in @c.