Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dmesh.c158 int dma_started; member
325 ms->dma_started, ms->dma_count, ms->n_msgout); in mesh_dump_regs()
416 if (ms->dma_started) in mesh_start_cmd()
422 ms->dma_started = 0; in mesh_start_cmd()
779 if (!ms->dma_started) { in start_phase()
783 ms->dma_started = 1; in start_phase()
884 if (ms->dma_started) { in reselected()
1042 if (ms->dma_started) in handle_error()
1358 ms->dma_started = 0; in halt_dma()
1386 if (ms->dma_started) in phase_mismatch()
[all …]
/openbmc/qemu/include/hw/scsi/
H A Dscsi.h48 bool dma_started; member
/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c1508 assert(!req->dma_started); in scsi_req_data()
1509 req->dma_started = true; in scsi_req_data()