MAXISPREQUEST    5702 dev/ic/isp.c   	sdp->isp_max_queue_depth = MAXISPREQUEST(isp);
MAXISPREQUEST     103 dev/ic/isp_openbsd.c 	lptr->openings = imin(isp->isp_maxcmds, MAXISPREQUEST(isp));
MAXISPREQUEST     153 dev/ic/ispvar.h #define	RQUEST_QUEUE_LEN(x)		MAXISPREQUEST(x)
MAXISPREQUEST     155 dev/ic/ispvar.h #define	RESULT_QUEUE_LEN(x)		MAXISPREQUEST(x)
MAXISPREQUEST     158 dev/ic/ispvar.h 	(((MAXISPREQUEST(x) >> 2) < 64)? 64 : MAXISPREQUEST(x) >> 2)