Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Desp.c578 s->dma_memory_read(s->dma_opaque, s->async_buf, len); in esp_do_dma()
584 len = esp_fifo_pop_buf(s, s->async_buf, len); in esp_do_dma()
587 s->async_buf += len; in esp_do_dma()
599 memset(s->async_buf, 0, len); in esp_do_dma()
601 s->async_buf += len; in esp_do_dma()
631 s->dma_memory_write(s->dma_opaque, s->async_buf, len); in esp_do_dma()
635 esp_fifo_push_buf(s, s->async_buf, len); in esp_do_dma()
638 s->async_buf += len; in esp_do_dma()
650 s->async_buf += len; in esp_do_dma()
745 esp_fifo_pop_buf(s, s->async_buf, len); in esp_nodma_ti_dataout()
[all …]
/openbmc/qemu/include/hw/scsi/
H A Desp.h48 uint8_t *async_buf; member