HomeSort by: relevance | last modified time | path
    Searched refs:MAXISPREQUEST (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
ispvar.h 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)
1039 * MAXISPREQUEST(ispsoftc_t *) maximum request queue size
isp_netbsd.h 138 #define MAXISPREQUEST(isp) 256
isp.c 7463 sdp->isp_max_queue_depth = MAXISPREQUEST(isp);

Completed in 19 milliseconds