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
466 chan->txbd_done = chan->txbds; in qmc_chan_write_submit()
479 xfer_desc = &chan->tx_desc[bd - chan->txbds]; in qmc_chan_write_submit()
496 chan->txbd_free = chan->txbds; in qmc_chan_write_submit()
533 xfer_desc = &chan->tx_desc[bd - chan->txbds]; in qmc_chan_write_done()
542 chan->txbd_done = chan->txbds; in qmc_chan_write_done()
1191 bd = chan->txbds; in qmc_chan_reset_tx()
1196 xfer_desc = &chan->tx_desc[bd - chan->txbds]; in qmc_chan_reset_tx()
1203 chan->txbd_free = chan->txbds; in qmc_chan_reset_tx()
1204 chan->txbd_done = chan->txbds; in qmc_chan_reset_tx()
[all …]