Home
last modified time | relevance | path

Searched refs:stream_can_push (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/core/
H A Dstream.c14 stream_can_push(StreamSink *sink, StreamCanPushNotifyFn notify, in stream_can_push() function
/openbmc/qemu/include/hw/
H A Dstream.h49 stream_can_push(StreamSink *sink, StreamCanPushNotifyFn notify,
/openbmc/qemu/hw/dma/
H A Dxlnx_csu_dma.c298 stream_can_push(s->tx_dev, xlnx_csu_dma_src_notify, s)) { in xlnx_csu_dma_src_notify()
314 !stream_can_push(s->tx_dev, xlnx_csu_dma_src_notify, s)) { in xlnx_csu_dma_src_notify()
/openbmc/qemu/hw/net/
H A Dxilinx_axienet.c673 while (s->rxappsize && stream_can_push(s->tx_control_dev, in axienet_eth_rx_notify()
681 while (s->rxsize && stream_can_push(s->tx_data_dev, in axienet_eth_rx_notify()
/openbmc/qemu/hw/ssi/
H A Dxilinx_spips.c856 && stream_can_push(rq->dma, xlnx_zynqmp_qspips_notify, rq)) in xlnx_zynqmp_qspips_notify()