Searched refs:RING_FLEN (Results 1 - 4 of 4) 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
H A Dipw2100.c2850 len = RING_FLEN(RING_FORWARD(sc->sc_tx_cur,
/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
H A Dipw2200.c2935 len = RING_FLEN(i, ridx, IPW2200_CMD_RING_SIZE);
3025 len = RING_FLEN(RING_FORWARD(sc->sc_tx_cur,

Completed in 86 milliseconds