Searched refs:EV_RING (Results 1 – 2 of 2) sorted by relevance
1719 ok(SetCommMask(hcom, EV_RING), "SetCommMask failed\n"); in test_WaitRing()1744 ok(evtmask & EV_RING, "Failed to detect EV_RING: 0x%08x, expected 0x%08x\n", in test_WaitRing()1745 evtmask, EV_RING); in test_WaitRing()
459 #define EV_RING 256 macro