Function devices::virtio::scsi::commands::execute_cdb

source ยท
pub async fn execute_cdb(
    cdb: &[u8],
    reader: &mut Reader,
    writer: &mut Writer,
    dev: &AsyncLogicalUnit,
) -> Result<(), ExecuteError>
Expand description

Parse and execute a SCSI command.