Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Deth_legacy.c391 void *pp = push_packet; in eth_receive()
395 push_packet = eth_save_packet; in eth_receive()
397 push_packet = pp; in eth_receive()
H A Dnet.c155 void (*push_packet)(void *, int len) = 0; variable
1112 if (push_packet) { in net_process_received_packet()
1113 (*push_packet)(in_packet, len); in net_process_received_packet()
/openbmc/u-boot/lib/efi_loader/
H A Defi_net.c576 push_packet = efi_net_push; in efi_network_timer_notify()
578 push_packet = NULL; in efi_network_timer_notify()
/openbmc/u-boot/include/
H A Dnet.h280 extern void (*push_packet)(void *packet, int length);
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Dcore.c1805 push_packet: in emac_poll_rx()
1843 goto push_packet; in emac_poll_rx()