Searched refs:MAX_DLREQS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Ddrcompat.c165 * The current size of the ring buffer is 64 (MAX_DLREQS) per stream.
170 #define MAX_DLREQS 64 macro
171 #define INCR(x) {(x)++; if ((x) >= MAX_DLREQS) (x) = 0; }
178 dev_info_t *dr_dip[MAX_DLREQS];

Completed in 57 milliseconds