Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dxilinx_axidma.c175 static inline int stream_halted(struct Stream *s) in stream_halted() function
298 if (!stream_running(s) || stream_idle(s) || stream_halted(s)) { in stream_process_mem2s()
357 if (!stream_running(s) || stream_idle(s) || stream_halted(s)) { in stream_process_s2mem()
440 if (!stream_running(s) || stream_idle(s) || stream_halted(s)) { in xilinx_axidma_data_stream_can_push()