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

/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.h687 * - hb_buf starts on an ERI_BURSTSIZE boundary.
688 * - eribuf is an even multiple of ERI_BURSTSIZE
690 * (3 x ERI_BURSTSIZE) rounded up to the next ERI_BURSTSIZE
693 * #define ERI_BURSTSIZE (64)
695 #define ERI_BURSTSIZE (128) macro
H A Deri.c3236 if ((mp = allocb(size + 3 * ERI_BURSTSIZE, BPRI_HI)) == NULL) {
3240 mp->b_wptr = (uint8_t *)ROUNDUP2(mp->b_wptr, ERI_BURSTSIZE);
3251 if ((mp = allocb(size + 3 * ERI_BURSTSIZE, BPRI_HI)) == NULL) {
3254 mp->b_wptr = (uint8_t *)ROUNDUP2(mp->b_wptr, ERI_BURSTSIZE);

Completed in 57 milliseconds