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()
616 if (chan->is_rx_halted && !chan->is_rx_stopped) { in qmc_chan_read_submit()
880 if (chan->is_rx_stopped) { in qmc_chan_stop_rx()
896 chan->is_rx_stopped = true; in qmc_chan_stop_rx()
937 if (!chan->qmc->is_tsa_64rxtx || chan->is_rx_stopped) { in qmc_chan_stop_tx()
962 is_rx_rollback_needed = !chan->is_rx_stopped; in qmc_chan_stop()
1035 if (!chan->is_rx_stopped) { in qmc_chan_start_rx()
1066 chan->is_rx_stopped = false; in qmc_chan_start_rx()
1127 is_rx_rollback_needed = chan->is_rx_stopped; in qmc_chan_start()
[all …]