Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/fsl/qe/
H A Dqmc.c200 bool is_rx_stopped; member
462 if (chan->is_rx_halted && !chan->is_rx_stopped) { in qmc_chan_read_submit()
561 chan->is_rx_stopped = true; in qmc_chan_stop_rx()
624 chan->is_rx_stopped = false; in qmc_chan_start_rx()
1219 if (chan->rx_pending && !chan->is_rx_stopped) { in qmc_irq_gint()