Home
last modified time | relevance | path

Searched defs:NEXT_ENTRY (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_impl.h91 #define NEXT_ENTRY(index, wrap) ((index + 1) & wrap) macro
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_impl.h148 #define NEXT_ENTRY(index, wrap) ((index + 1) & wrap) macro