Searched defs:RING_FLEN (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_impl.h178 #define RING_FLEN(x, y, b) ((((x) > (y)) ? ((b)+(y)-(x)) : ((y)-(x)))) macro
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_impl.h197 #define RING_FLEN(x, y, b) ((((x) > (y)) ? ((b)+(y)-(x)) : ((y)-(x)))) macro

Completed in 183 milliseconds