QENTRY_LEN 2927 dev/ic/isp.c u_int8_t local[QENTRY_LEN];
QENTRY_LEN 3184 dev/ic/isp.c MEMZERO((void *) reqp, QENTRY_LEN);
QENTRY_LEN 3201 dev/ic/isp.c MEMZERO((void *)reqp, QENTRY_LEN);
QENTRY_LEN 3648 dev/ic/isp.c MEMORYBARRIER(isp, SYNC_RESULT, oop, QENTRY_LEN);
QENTRY_LEN 3662 dev/ic/isp.c MEMZERO(hp, QENTRY_LEN); /* PERF */
QENTRY_LEN 3672 dev/ic/isp.c MEMZERO(hp, QENTRY_LEN); /* PERF */
QENTRY_LEN 3694 dev/ic/isp.c QENTRY_LEN, sp);
QENTRY_LEN 3696 dev/ic/isp.c MEMZERO(hp, QENTRY_LEN); /* PERF */
QENTRY_LEN 3735 dev/ic/isp.c MEMZERO(hp, QENTRY_LEN); /* PERF */
QENTRY_LEN 3746 dev/ic/isp.c MEMZERO(hp, QENTRY_LEN); /* PERF */
QENTRY_LEN 3891 dev/ic/isp.c MEMZERO(hp, QENTRY_LEN); /* PERF */
QENTRY_LEN 150 dev/ic/isp_inline.h #define TBA (4 * (((QENTRY_LEN >> 2) * 3) + 1) + 1)
QENTRY_LEN 162 dev/ic/isp_inline.h for (j = 0; j < (QENTRY_LEN >> 2); j++) {
QENTRY_LEN 143 dev/ic/isp_openbsd.h off_t off = (off_t) offset * QENTRY_LEN; \
QENTRY_LEN 150 dev/ic/isp_openbsd.h off_t off = (off_t) offset * QENTRY_LEN; \
QENTRY_LEN 141 dev/ic/isp_target.c u_int8_t local[QENTRY_LEN];
QENTRY_LEN 649 dev/ic/isp_target.c char storage[QENTRY_LEN];
QENTRY_LEN 659 dev/ic/isp_target.c MEMZERO(storage, QENTRY_LEN);
QENTRY_LEN 160 dev/ic/ispvar.h #define ISP_QUEUE_ENTRY(q, idx) ((q) + ((idx) * QENTRY_LEN))
QENTRY_LEN 161 dev/ic/ispvar.h #define ISP_QUEUE_SIZE(n) ((n) * QENTRY_LEN)
QENTRY_LEN 170 dev/ic/ispvar.h MEMORYBARRIER(isp, SYNC_REQUEST, isp->isp_reqidx, QENTRY_LEN); \
QENTRY_LEN 1177 dev/pci/isp_pci.c MEMORYBARRIER(isp, SYNC_REQUEST, onxti, QENTRY_LEN);
QENTRY_LEN 571 dev/sbus/isp_sbus.c MEMORYBARRIER(isp, SYNC_REQUEST, onxti, QENTRY_LEN);