Home
last modified time | relevance | path

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

/linux/drivers/soc/fsl/qe/
H A Dqmc.c234 bool is_rx_stopped; member
391 (chan->rx_ts_mask != ts_info->rx_ts_mask && !chan->is_rx_stopped)) { in qmc_chan_set_ts_info()
594 if (chan->is_rx_halted && !chan->is_rx_stopped) { in qmc_chan_read_submit()
858 if (chan->is_rx_stopped) { in qmc_chan_stop_rx()
874 chan->is_rx_stopped = true; in qmc_chan_stop_rx()
915 if (!chan->qmc->is_tsa_64rxtx || chan->is_rx_stopped) { in qmc_chan_stop_tx()
940 is_rx_rollback_needed = !chan->is_rx_stopped; in qmc_chan_stop()
1013 if (!chan->is_rx_stopped) { in qmc_chan_start_rx()
1044 chan->is_rx_stopped = false; in qmc_chan_start_rx()
1105 is_rx_rollback_needed = chan->is_rx_stopped; in qmc_chan_start()
[all …]