Searched refs:stream_can_push (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/core/ |
H A D | stream.c | 14 stream_can_push(StreamSink *sink, StreamCanPushNotifyFn notify, in stream_can_push() function
|
/openbmc/qemu/include/hw/ |
H A D | stream.h | 49 stream_can_push(StreamSink *sink, StreamCanPushNotifyFn notify,
|
/openbmc/qemu/hw/dma/ |
H A D | xlnx_csu_dma.c | 298 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 D | xilinx_axienet.c | 673 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 D | xilinx_spips.c | 856 && stream_can_push(rq->dma, xlnx_zynqmp_qspips_notify, rq)) in xlnx_zynqmp_qspips_notify()
|