Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/soc/fsl/qe/
Dqmc.c200 bool is_rx_stopped; member
463 if (chan->is_rx_halted && !chan->is_rx_stopped) { in qmc_chan_read_submit()
562 chan->is_rx_stopped = true; in qmc_chan_stop_rx()
625 chan->is_rx_stopped = false; in qmc_chan_start_rx()
688 chan->is_rx_stopped = false; in qmc_chan_reset_rx()
1221 if (chan->rx_pending && !chan->is_rx_stopped) { in qmc_irq_gint()