Skip to main content

submit_cmd

Function submit_cmd 

Source
fn submit_cmd(
    port: &AhciPort,
    lba: u64,
    count: u16,
    buf: &mut [u8],
    write: bool,
    ata_cmd: u8,
) -> Result<(), AhciError>
Expand description

Performs the submit cmd operation.