Searched refs:BD_ENET_RX_WRAP (Results 1 – 10 of 10) sorted by relevance
27 #define BD_ENET_RX_W_E (BD_ENET_RX_WRAP | BD_ENET_RX_EMPTY)295 prbd->cbd_sc = (BD_ENET_RX_WRAP | BD_ENET_RX_EMPTY); in fec_recv()405 info->rxbd[PKTBUFSRX - 1].cbd_sc |= BD_ENET_RX_WRAP; in fec_init()
257 BD_ENET_RX_WRAP | BD_ENET_RX_EMPTY); in fec_recv()575 setbits_be16(&rtx->rxbd[PKTBUFSRX - 1].cbd_sc, BD_ENET_RX_WRAP); in fec_init()
32 #define BD_ENET_RX_W_E (BD_ENET_RX_WRAP | BD_ENET_RX_EMPTY)483 info->rxbd[PKTBUFSRX - 1].cbd_sc |= BD_ENET_RX_WRAP; in fec_init()
198 rtx.rxbd[PKTBUFSRX - 1].cbd_sc = (BD_ENET_RX_WRAP | BD_ENET_RX_EMPTY); in fec_recv()268 rtx.rxbd[PKTBUFSRX - 1].cbd_sc |= BD_ENET_RX_WRAP; in fec_init()
119 #define BD_ENET_RX_WRAP (0x2000) macro
47 #define BD_ENET_RX_WRAP ((ushort)0x2000) macro
256 #define BD_ENET_RX_WRAP ((ushort)0x2000) macro
426 #define BD_ENET_RX_WRAP ((ushort)0x2000) macro
359 #define BD_ENET_RX_WRAP ((ushort)0x2000) macro
291 if ((sc & BD_ENET_RX_WRAP) == 0) in fs_enet_napi()