Home
last modified time | relevance | path

Searched refs:MAXISPREQUEST (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/ic/
Dispvar.h169 #define RQUEST_QUEUE_LEN(x) MAXISPREQUEST(x)
171 #define RESULT_QUEUE_LEN(x) MAXISPREQUEST(x)
174 (((MAXISPREQUEST(x) >> 2) < 64)? 64 : MAXISPREQUEST(x) >> 2)
Disp_netbsd.h138 #define MAXISPREQUEST(isp) 256 macro
Disp.c7463 sdp->isp_max_queue_depth = MAXISPREQUEST(isp); in isp_setdfltsdparm()