Searched defs:netc_eth_data (Results 1 – 1 of 1) sorted by relevance
91 struct netc_eth_data { struct92 ep_handle_t handle;93 struct net_if *iface;94 uint8_t mac_addr[6];96 struct k_mutex tx_mutex;97 netc_tx_frame_info_t tx_info;98 uint8_t *tx_buff;99 volatile bool tx_done;101 struct k_sem rx_sem;102 struct k_thread rx_thread;[all …]