Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsunxi_emac.c415 int good_packet; in _sunxi_emac_eth_recv() local
449 good_packet = 1; in _sunxi_emac_eth_recv()
458 good_packet = 0; in _sunxi_emac_eth_recv()
464 good_packet = 0; in _sunxi_emac_eth_recv()
472 if (good_packet) { in _sunxi_emac_eth_recv()
H A Dsun8i_emac.c503 int good_packet = 1; in _sun8i_eth_recv() local
521 good_packet = 0; in _sun8i_eth_recv()
531 if (good_packet) { in _sun8i_eth_recv()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/allwinner/
H A Dsun4i-emac.c501 bool good_packet; in emac_rx() local
577 good_packet = true; in emac_rx()
593 good_packet = false; in emac_rx()
599 good_packet = false; in emac_rx()
615 if (good_packet) { in emac_rx()