Searched defs:eth_dma (Results 1 – 1 of 1) sorted by relevance
27 struct eth_dma { struct37 int (*tx_packet)(struct eth_dma *dma, void *packet, int length); argument38 bool (*check_tx_done)(struct eth_dma *dma); argument40 int (*check_rx_done)(struct eth_dma *dma, uint8_t *buf); argument42 int (*enable_dma)(struct eth_dma *dma, int dir); argument43 int (*disable_dma)(struct eth_dma *dma, int dir); argument