Searched refs:eth_dma (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/net/
H A Dbcm-sf2-eth.h27 struct eth_dma { struct
37 int (*tx_packet)(struct eth_dma *dma, void *packet, int length);
38 bool (*check_tx_done)(struct eth_dma *dma);
40 int (*check_rx_done)(struct eth_dma *dma, uint8_t *buf);
42 int (*enable_dma)(struct eth_dma *dma, int dir);
43 int (*disable_dma)(struct eth_dma *dma, int dir);
47 struct eth_dma dma;
H A Dbcm-sf2-eth.c38 struct eth_dma *dma = &(eth->dma);
76 struct eth_dma *dma = &(((struct eth_info *)(dev->priv))->dma);
107 struct eth_dma *dma = &(((struct eth_info *)(dev->priv))->dma);
154 struct eth_dma *dma = &(eth->dma);
193 struct eth_dma *dma = &(eth->dma);
H A Dbcm-sf2-eth-gmac.c40 static int gmac_disable_dma(struct eth_dma *dma, int dir);
41 static int gmac_enable_dma(struct eth_dma *dma, int dir);
100 static void dma_tx_dump(struct eth_dma *dma)
132 static void dma_rx_dump(struct eth_dma *dma)
164 static int dma_tx_init(struct eth_dma *dma)
216 static int dma_rx_init(struct eth_dma *dma)
269 static int dma_init(struct eth_dma *dma)
297 static int dma_deinit(struct eth_dma *dma)
317 int gmac_tx_packet(struct eth_dma *dma, void *packet, int length)
377 bool gmac_check_tx_done(struct eth_dma *dm
[all...]

Completed in 55 milliseconds