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)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()
32 #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()
256 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()
197 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()
119 #define BD_ENET_RX_WRAP (0x2000) macro
46 #define BD_ENET_RX_WRAP ((ushort)0x2000) macro
265 #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()