OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Oct 19 02:09:48 GMT 2025