Searched defs:eth_xmc4xxx_data (Results 1 – 1 of 1) sorted by relevance
92 struct eth_xmc4xxx_data { struct93 struct net_if *iface;94 uint8_t mac_addr[6];95 struct k_sem tx_desc_sem;96 bool link_up;98 struct net_stats_eth stats;100 bool tx_frames_flushed;101 uint16_t dma_desc_tx_head;102 uint16_t dma_desc_rx_tail;103 sys_slist_t tx_frame_list;[all …]