Home
last modified time | relevance | path

Searched refs:tx_control_dev (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/dma/
H A Dxilinx_axidma.c132 StreamSink *tx_control_dev; member
270 StreamSink *tx_control_dev) in stream_process_mem2s() argument
290 stream_push(tx_control_dev, s->desc.app, sizeof(s->desc.app), true); in stream_process_mem2s()
513 stream_process_mem2s(s, d->tx_data_dev, d->tx_control_dev); in axidma_write()
594 tx_control_dev, TYPE_STREAM_SINK, StreamSink *),
/openbmc/qemu/hw/net/
H A Dxilinx_axienet.c323 StreamSink *tx_control_dev; member
673 while (s->rxappsize && stream_can_push(s->tx_control_dev, in axienet_eth_rx_notify()
675 size_t ret = stream_push(s->tx_control_dev, in axienet_eth_rx_notify()
1007 tx_control_dev, TYPE_STREAM_SINK, StreamSink *),