Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Dbcm-sf2-eth.h27 struct eth_dma { struct
37 int (*tx_packet)(struct eth_dma *dma, void *packet, int length); argument
38 bool (*check_tx_done)(struct eth_dma *dma); argument
40 int (*check_rx_done)(struct eth_dma *dma, uint8_t *buf); argument
42 int (*enable_dma)(struct eth_dma *dma, int dir); argument
43 int (*disable_dma)(struct eth_dma *dma, int dir); argument
47 struct eth_dma dma;
A Dbcm-sf2-eth-gmac.c39 static int gmac_disable_dma(struct eth_dma *dma, int dir);
40 static int gmac_enable_dma(struct eth_dma *dma, int dir);
99 static void dma_tx_dump(struct eth_dma *dma) in dma_tx_dump()
131 static void dma_rx_dump(struct eth_dma *dma) in dma_rx_dump()
163 static int dma_tx_init(struct eth_dma *dma) in dma_tx_init()
215 static int dma_rx_init(struct eth_dma *dma) in dma_rx_init()
268 static int dma_init(struct eth_dma *dma) in dma_init()
296 static int dma_deinit(struct eth_dma *dma) in dma_deinit()
376 bool gmac_check_tx_done(struct eth_dma *dma) in gmac_check_tx_done()
778 struct eth_dma *dma = &(eth->dma); in gmac_mac_init()
[all …]
A Dbcm-sf2-eth.c37 struct eth_dma *dma = &(eth->dma); in bcm_sf2_eth_init()
75 struct eth_dma *dma = &(((struct eth_info *)(dev->priv))->dma); in bcm_sf2_eth_send()
106 struct eth_dma *dma = &(((struct eth_info *)(dev->priv))->dma); in bcm_sf2_eth_receive()
153 struct eth_dma *dma = &(eth->dma); in bcm_sf2_eth_open()
192 struct eth_dma *dma = &(eth->dma); in bcm_sf2_eth_close()

Completed in 4 milliseconds