Searched refs:MAXISPREQUEST (Results 1 – 3 of 3) sorted by relevance
169 #define RQUEST_QUEUE_LEN(x) MAXISPREQUEST(x)171 #define RESULT_QUEUE_LEN(x) MAXISPREQUEST(x)174 (((MAXISPREQUEST(x) >> 2) < 64)? 64 : MAXISPREQUEST(x) >> 2)
138 #define MAXISPREQUEST(isp) 256 macro
7463 sdp->isp_max_queue_depth = MAXISPREQUEST(isp); in isp_setdfltsdparm()