Home
last modified time | relevance | path

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

/linux/drivers/soc/fsl/qe/
H A Dqmc.c219 cbd_t __iomem *txbds; member
472 xfer_desc = &chan->tx_desc[bd - chan->txbds]; in qmc_chan_write_submit()
485 chan->txbd_free = chan->txbds; in qmc_chan_write_submit()
522 xfer_desc = &chan->tx_desc[bd - chan->txbds]; in qmc_chan_write_done()
531 chan->txbd_done = chan->txbds; in qmc_chan_write_done()
1169 bd = chan->txbds; in qmc_chan_reset_tx()
1174 xfer_desc = &chan->tx_desc[bd - chan->txbds]; in qmc_chan_reset_tx()
1181 chan->txbd_free = chan->txbds; in qmc_chan_reset_tx()
1182 chan->txbd_done = chan->txbds; in qmc_chan_reset_tx()
1442 chan->txbds = qmc->bd_table + (chan->id * (QMC_NB_TXBDS + QMC_NB_RXBDS)); in qmc_setup_chan()
[all …]