Searched refs:async_buf (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/hw/scsi/ |
| H A D | esp.c | 585 s->dma_memory_read(s->dma_opaque, s->async_buf, len); in esp_do_dma() 592 len = esp_fifo_pop_buf(s, s->async_buf, len); in esp_do_dma() 595 s->async_buf += len; in esp_do_dma() 607 memset(s->async_buf, 0, len); in esp_do_dma() 609 s->async_buf += len; in esp_do_dma() 640 s->dma_memory_write(s->dma_opaque, s->async_buf, len); in esp_do_dma() 645 esp_fifo_push_buf(s, s->async_buf, len); in esp_do_dma() 648 s->async_buf += len; in esp_do_dma() 660 s->async_buf += len; in esp_do_dma() 757 esp_fifo_pop_buf(s, s->async_buf, len); in esp_nodma_ti_dataout() [all …]
|
| /openbmc/qemu/include/hw/scsi/ |
| H A D | esp.h | 53 uint8_t *async_buf; member
|