Lines Matching defs:lan9250_runtime
317 struct lan9250_runtime { struct
318 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];
330 struct k_mutex lock;