Lines Matching full:tx_desc
158 struct alt_sgdma_descriptor *tx_desc = priv->tx_desc; in altera_tse_send_sgdma() local
161 tx_desc, in altera_tse_send_sgdma()
162 tx_desc + 1, in altera_tse_send_sgdma()
172 alt_sgdma_start_transfer(priv->sgdma_tx, tx_desc); in altera_tse_send_sgdma()
174 debug("sent %d bytes\n", tx_desc->actual_bytes_transferred); in altera_tse_send_sgdma()
176 return tx_desc->actual_bytes_transferred; in altera_tse_send_sgdma()
314 struct msgdma_extended_desc *desc = priv->tx_desc; in altera_tse_send_msgdma()
623 else if (strcmp(list, "tx_desc") == 0) in altera_tse_probe()
624 priv->tx_desc = base; in altera_tse_probe()
650 priv->tx_desc = desc_mem; in altera_tse_probe()
651 priv->rx_desc = priv->tx_desc + in altera_tse_probe()