pub unsafe extern "C" fn nvme_dim_send(
args: *mut nvme_dim_args,
) -> c_intExpand description
nvme_dim_send - Send a Discovery Information Management (DIM) command @args: &struct nvme_dim_args argument structure
Return: The nvme command status if a response was received (see &enum nvme_status_field) or -1 with errno set otherwise.