Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Daltera_tse.c26 struct alt_sgdma_descriptor *desc, in alt_sgdma_construct_descriptor()
27 struct alt_sgdma_descriptor *next, in alt_sgdma_construct_descriptor()
44 memset(desc, 0, sizeof(struct alt_sgdma_descriptor)); in alt_sgdma_construct_descriptor()
101 struct alt_sgdma_descriptor *desc) in alt_sgdma_start_transfer()
158 struct alt_sgdma_descriptor *tx_desc = priv->tx_desc; in altera_tse_send_sgdma()
183 struct alt_sgdma_descriptor *rx_desc = priv->rx_desc; in altera_tse_recv_sgdma()
203 struct alt_sgdma_descriptor *rx_desc = priv->rx_desc; in altera_tse_free_pkt_sgdma()
248 struct alt_sgdma_descriptor *rx_desc = priv->rx_desc; in altera_tse_stop_sgdma()
643 len = sizeof(struct alt_sgdma_descriptor) * 4; in altera_tse_probe()
652 2 * sizeof(struct alt_sgdma_descriptor); in altera_tse_probe()
H A Daltera_tse.h60 struct alt_sgdma_descriptor { struct