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

  /src/sys/dev/ic/
mpt_netbsd.h 102 #define MPT_MAX_REQUESTS(mpt) ((mpt)->is_fc ? 1024 : 256)
105 #define MPT_REQ_MEM_SIZE(mpt) (MPT_MAX_REQUESTS(mpt) * MPT_REQUEST_AREA)
mpt_netbsd.c 127 maxq = (mpt->mpt_global_credits < MPT_MAX_REQUESTS(mpt)) ?
128 mpt->mpt_global_credits : MPT_MAX_REQUESTS(mpt);
190 len = sizeof(request_t) * MPT_MAX_REQUESTS(mpt);
458 for (i = 0; i < MPT_MAX_REQUESTS(mpt); i++) {
568 if (__predict_false(index < 0 || index >= MPT_MAX_REQUESTS(mpt))) {
1276 if (index >= 0 && index < MPT_MAX_REQUESTS(mpt)) {
1289 if (index >= 0 && index < MPT_MAX_REQUESTS(mpt)) {
1301 if (index >= 0 && index < MPT_MAX_REQUESTS(mpt)) {
mpt.c 1138 for (val = 0; val < MPT_MAX_REQUESTS(mpt); val++) {

Completed in 15 milliseconds