Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dxilinx_ethlite.c187 static ssize_t eth_rx(NetClientState *nc, const uint8_t *buf, size_t size) in eth_rx() function
229 .receive = eth_rx,
H A Dxgmac.c334 static ssize_t eth_rx(NetClientState *nc, const uint8_t *buf, size_t size) in eth_rx() function
388 .receive = eth_rx,
H A Dxilinx_axienet.c698 static ssize_t eth_rx(NetClientState *nc, const uint8_t *buf, size_t size) in eth_rx() function
947 .receive = eth_rx,
/openbmc/u-boot/net/
H A Deth_legacy.c361 int eth_rx(void) in eth_rx() function
396 eth_rx(); in eth_receive()
H A Deth-uclass.c350 int eth_rx(void) in eth_rx() function
H A Dnet.c589 eth_rx(); in net_loop()
/openbmc/u-boot/lib/efi_loader/
H A Defi_net.c577 eth_rx(); in efi_network_timer_notify()
/openbmc/u-boot/include/
H A Dnet.h282 int eth_rx(void); /* Check for received packets */
/openbmc/u-boot/doc/
H A DREADME.drivers.eth181 eth_rx()