Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/scsi/
H A Desp.h14 #define ESP_FIFO_SZ 16 macro
63 uint8_t mig_ti_buf[ESP_FIFO_SZ];
/openbmc/qemu/hw/scsi/
H A Desp.c535 len = MIN(s->async_len, ESP_FIFO_SZ); in do_dma_pdma_cb()
678 if (len < esp_get_tc(s) && esp_get_tc(s) <= ESP_FIFO_SZ) { in esp_do_dma()
679 while (fifo8_num_used(&s->fifo) < ESP_FIFO_SZ) { in esp_do_dma()
762 len = MIN(s->async_len, ESP_FIFO_SZ); in esp_do_nodma()
1488 fifo8_create(&s->fifo, ESP_FIFO_SZ); in esp_init()