Searched defs:eth_dma (Results 1 – 1 of 1) sorted by relevance
28 struct eth_dma { struct38 int (*tx_packet)(struct eth_dma *dma, void *packet, int length); argument39 bool (*check_tx_done)(struct eth_dma *dma); argument41 int (*check_rx_done)(struct eth_dma *dma, uint8_t *buf); argument43 int (*enable_dma)(struct eth_dma *dma, int dir); argument44 int (*disable_dma)(struct eth_dma *dma, int dir); argument