Home
last modified time | relevance | path

Searched refs:execute_command (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/scsi/
H A Dscsi-generic.c119 static int execute_command(BlockBackend *blk, in execute_command() function
371 ret = execute_command(s->conf.blk, r, SG_DXFER_FROM_DEV, in scsi_read_data()
419 ret = execute_command(s->conf.blk, r, SG_DXFER_TO_DEV, scsi_write_complete); in scsi_write_data()
469 ret = execute_command(s->conf.blk, r, SG_DXFER_NONE, in scsi_send_command()