Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Deth_legacy.c420 void *pp = push_packet; in eth_receive()
424 push_packet = eth_save_packet; in eth_receive()
426 push_packet = pp; in eth_receive()
H A Dnet.c153 void (*push_packet)(void *, int len) = 0; variable
1060 if (push_packet) { in net_process_received_packet()
1061 (*push_packet)(in_packet, len); in net_process_received_packet()
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_net.c182 push_packet = efi_net_push; in efi_net_receive()
184 push_packet = NULL; in efi_net_receive()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h286 extern void (*push_packet)(void *packet, int length);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/emac/
H A Dcore.c1803 push_packet: in emac_poll_rx()
1841 goto push_packet; in emac_poll_rx()