Lines Matching refs:xfer_desc

318 	struct qmc_xfer_desc *xfer_desc;  in qmc_chan_write_submit()  local
345 xfer_desc = &chan->tx_desc[bd - chan->txbds]; in qmc_chan_write_submit()
346 xfer_desc->tx_complete = complete; in qmc_chan_write_submit()
347 xfer_desc->context = context; in qmc_chan_write_submit()
372 struct qmc_xfer_desc *xfer_desc; in qmc_chan_write_done() local
395 xfer_desc = &chan->tx_desc[bd - chan->txbds]; in qmc_chan_write_done()
396 complete = xfer_desc->tx_complete; in qmc_chan_write_done()
397 context = xfer_desc->context; in qmc_chan_write_done()
398 xfer_desc->tx_complete = NULL; in qmc_chan_write_done()
399 xfer_desc->context = NULL; in qmc_chan_write_done()
425 struct qmc_xfer_desc *xfer_desc; in qmc_chan_read_submit() local
452 xfer_desc = &chan->rx_desc[bd - chan->rxbds]; in qmc_chan_read_submit()
453 xfer_desc->rx_complete = complete; in qmc_chan_read_submit()
454 xfer_desc->context = context; in qmc_chan_read_submit()
488 struct qmc_xfer_desc *xfer_desc; in qmc_chan_read_done() local
511 xfer_desc = &chan->rx_desc[bd - chan->rxbds]; in qmc_chan_read_done()
512 complete = xfer_desc->rx_complete; in qmc_chan_read_done()
513 context = xfer_desc->context; in qmc_chan_read_done()
514 xfer_desc->rx_complete = NULL; in qmc_chan_read_done()
515 xfer_desc->context = NULL; in qmc_chan_read_done()
663 struct qmc_xfer_desc *xfer_desc; in qmc_chan_reset_rx() local
674 xfer_desc = &chan->rx_desc[bd - chan->rxbds]; in qmc_chan_reset_rx()
675 xfer_desc->rx_complete = NULL; in qmc_chan_reset_rx()
676 xfer_desc->context = NULL; in qmc_chan_reset_rx()
693 struct qmc_xfer_desc *xfer_desc; in qmc_chan_reset_tx() local
708 xfer_desc = &chan->tx_desc[bd - chan->txbds]; in qmc_chan_reset_tx()
709 xfer_desc->tx_complete = NULL; in qmc_chan_reset_tx()
710 xfer_desc->context = NULL; in qmc_chan_reset_tx()