Home
last modified time | relevance | path

Searched refs:stream_push (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/core/
H A Dstream.c6 stream_push(StreamSink *sink, uint8_t *buf, size_t len, bool eop) in stream_push() function
/openbmc/qemu/include/hw/
H A Dstream.h46 stream_push(StreamSink *sink, uint8_t *buf, size_t len, bool eop);
/openbmc/qemu/hw/dma/
H A Dxilinx_axidma.c313 stream_push(tx_control_dev, s->desc.app, sizeof(s->desc.app), true); in stream_process_mem2s()
327 stream_push(tx_data_dev, s->txbuf, len, eop && len == txlen); in stream_process_mem2s()
H A Dxlnx_csu_dma.c309 rlen = stream_push(s->tx_dev, buf, plen, eop); in xlnx_csu_dma_src_notify()
/openbmc/qemu/hw/net/
H A Dxilinx_axienet.c675 size_t ret = stream_push(s->tx_control_dev, in axienet_eth_rx_notify()
683 size_t ret = stream_push(s->tx_data_dev, (void *)s->rxmem + s->rxpos, in axienet_eth_rx_notify()
/openbmc/qemu/hw/ssi/
H A Dxilinx_spips.c869 ret = stream_push(rq->dma, rq->dma_buf, num, false); in xlnx_zynqmp_qspips_notify()