Searched refs:stream_push (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/core/ |
H A D | stream.c | 6 stream_push(StreamSink *sink, uint8_t *buf, size_t len, bool eop) in stream_push() function
|
/openbmc/qemu/include/hw/ |
H A D | stream.h | 46 stream_push(StreamSink *sink, uint8_t *buf, size_t len, bool eop);
|
/openbmc/qemu/hw/dma/ |
H A D | xilinx_axidma.c | 313 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 D | xlnx_csu_dma.c | 309 rlen = stream_push(s->tx_dev, buf, plen, eop); in xlnx_csu_dma_src_notify()
|
/openbmc/qemu/hw/net/ |
H A D | xilinx_axienet.c | 675 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 D | xilinx_spips.c | 869 ret = stream_push(rq->dma, rq->dma_buf, num, false); in xlnx_zynqmp_qspips_notify()
|