Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dfifo8.h166 void fifo8_drop(Fifo8 *fifo, uint32_t len);
/openbmc/qemu/util/
H A Dfifo8.c154 void fifo8_drop(Fifo8 *fifo, uint32_t len) in fifo8_drop() function
/openbmc/qemu/hw/scsi/
H A Desp.c354 fifo8_drop(&s->cmdfifo, len); in do_message_phase()