Searched defs:macb_device (Results 1 – 1 of 1) sorted by relevance
87 struct macb_device { struct88 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 …]