Home
last modified time | relevance | path

Searched refs:eth_wait_data (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Deth_native_tap_priv.h16 int eth_wait_data(int fd);
Deth_native_tap_adapt.c95 int eth_wait_data(int fd) in eth_wait_data() function
Deth_native_tap.c272 while (!eth_wait_data(ctx->dev_fd)) { in eth_rx()