Searched refs:tx_control_dev (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/dma/ |
H A D | xilinx_axidma.c | 136 StreamSink *tx_control_dev; member 291 StreamSink *tx_control_dev) in stream_process_mem2s() argument 313 stream_push(tx_control_dev, s->desc.app, sizeof(s->desc.app), true); in stream_process_mem2s() 538 stream_process_mem2s(s, d->tx_data_dev, d->tx_control_dev); in axidma_write() 619 tx_control_dev, TYPE_STREAM_SINK, StreamSink *),
|
/openbmc/qemu/hw/net/ |
H A D | xilinx_axienet.c | 323 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 *),
|