Skip to main content

nvme_dim_send

Function nvme_dim_send 

Source
pub unsafe extern "C" fn nvme_dim_send(
    args: *mut nvme_dim_args,
) -> c_int
Expand 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.