Home
last modified time | relevance | path

Searched refs:eth_rx (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Deth_litex_liteeth.c114 static void eth_rx(const struct device *port) in eth_rx() function
176 eth_rx(port); in eth_irq_handler()
Deth_native_tap.c262 static void eth_rx(void *p1, void *p2, void *p3) in eth_rx() function
293 eth_rx, in create_rx_handler()
Deth_gecko.c238 static void eth_rx(const struct device *dev) in eth_rx() function
351 eth_rx(dev); in rx_thread()
Deth_sam_gmac.c1333 static void eth_rx(struct gmac_queue *queue) in eth_rx() function
1602 eth_rx(queue); in queue0_isr()
1652 eth_rx(queue); in priority_queue_isr()
Deth_stm32_hal.c584 static struct net_pkt *eth_rx(const struct device *dev) in eth_rx() function
768 while ((pkt = eth_rx(dev)) != NULL) { in rx_thread()