Searched defs:lan9250_runtime (Results 1 – 1 of 1) sorted by relevance
317 struct lan9250_runtime { struct318 struct net_if *iface;319 const struct device *dev;322 k_tid_t tid_int;323 struct k_thread thread;325 uint8_t mac_address[6];326 struct gpio_callback gpio_cb;327 struct k_sem tx_rx_sem;328 struct k_sem int_sem;329 uint8_t buf[NET_ETH_MAX_FRAME_SIZE];[all …]