Searched refs:BD_ENET_TX_WRAP (Results 1 – 3 of 3) sorted by relevance
139 #define BD_ENET_TX_WRAP (0x2000) macro
169 if ((sc & BD_ENET_TX_WRAP) == 0) in fs_enet_napi()566 if ((CBDR_SC(bdp) & BD_ENET_TX_WRAP) == 0) in fs_enet_start_xmit()599 if ((CBDR_SC(bdp) & BD_ENET_TX_WRAP) == 0) in fs_enet_start_xmit()
276 #define BD_ENET_TX_WRAP ((ushort)0x2000) macro