Home
last modified time | relevance | path

Searched refs:rx_refill_thread (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.6.0/drivers/ethernet/
Deth_dwmac.c537 k_thread_create(&p->rx_refill_thread, p->rx_refill_thread_stack, in dwmac_iface_init()
541 k_thread_name_set(&p->rx_refill_thread, "dwmac_rx_refill"); in dwmac_iface_init()
Deth_dwmac_priv.h69 struct k_thread rx_refill_thread; member