Searched defs:EP_RING_INDEX (Results 1 – 2 of 2) sorted by relevance
56 #define EP_RING_INDEX(_num, _max) (((_num) + (_max)) % (_max)) macro