Home
last modified time | relevance | path

Searched defs:macb_device (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dmacb.c87 struct macb_device { struct
88 void *regs;
90 unsigned int rx_tail;
91 unsigned int tx_head;
92 unsigned int tx_tail;
93 unsigned int next_rx_tail;
94 bool wrapped;
96 void *rx_buffer;
97 void *tx_buffer;
98 struct macb_dma_desc *rx_ring;
[all …]