Home
last modified time | relevance | path

Searched refs:BD_ENET_RX_WRAP (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dfsl_mcdmafec.c27 #define BD_ENET_RX_W_E (BD_ENET_RX_WRAP | BD_ENET_RX_EMPTY)
293 prbd->cbd_sc = (BD_ENET_RX_WRAP | BD_ENET_RX_EMPTY); in fec_recv()
403 info->rxbd[PKTBUFSRX - 1].cbd_sc |= BD_ENET_RX_WRAP; in fec_init()
H A Dmcffec.c32 #define BD_ENET_RX_W_E (BD_ENET_RX_WRAP | BD_ENET_RX_EMPTY)
481 info->rxbd[PKTBUFSRX - 1].cbd_sc |= BD_ENET_RX_WRAP; in fec_init()
H A Dmpc8xx_fec.c256 BD_ENET_RX_WRAP | BD_ENET_RX_EMPTY); in fec_recv()
574 setbits_be16(&rtx->rxbd[PKTBUFSRX - 1].cbd_sc, BD_ENET_RX_WRAP); in fec_init()
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dether_fcc.c197 rtx.rxbd[PKTBUFSRX - 1].cbd_sc = (BD_ENET_RX_WRAP | BD_ENET_RX_EMPTY); in fec_recv()
267 rtx.rxbd[PKTBUFSRX - 1].cbd_sc |= BD_ENET_RX_WRAP; in fec_init()
/openbmc/linux/include/soc/fsl/
H A Dcpm.h119 #define BD_ENET_RX_WRAP (0x2000) macro
/openbmc/u-boot/arch/m68k/include/asm/
H A Dfec.h46 #define BD_ENET_RX_WRAP ((ushort)0x2000) macro
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec.h265 #define BD_ENET_RX_WRAP ((ushort)0x2000) macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dcpm_8xx.h426 #define BD_ENET_RX_WRAP ((ushort)0x2000) macro
H A Dcpm_85xx.h359 #define BD_ENET_RX_WRAP ((ushort)0x2000) macro
/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet-main.c291 if ((sc & BD_ENET_RX_WRAP) == 0) in fs_enet_napi()