Searched defs:macb_device (Results 1 – 1 of 1) sorted by relevance
102 struct macb_device { struct103 void *regs;105 unsigned int rx_tail;106 unsigned int tx_head;107 unsigned int tx_tail;108 unsigned int next_rx_tail;109 bool wrapped;111 void *rx_buffer;112 void *tx_buffer;113 struct macb_dma_desc *rx_ring;[all …]