Searched refs:reply_depth (Results 1 – 2 of 2) sorted by relevance
1891 sz = (this->reply_sz * this->reply_depth) + 128; in mpt_adapter_disable()2347 ioc->reply_depth = MIN(MPT_DEFAULT_REPLY_DEPTH, facts->ReplyQueueDepth); in GetIocFacts()2350 ioc->name, ioc->reply_sz, ioc->reply_depth)); in GetIocFacts()3403 sz = (ioc->reply_sz * ioc->reply_depth) + 128; in PrimeIocFifos()3430 for (i = 0; i < ioc->reply_depth; i++) { in PrimeIocFifos()3522 sz = (ioc->reply_sz * ioc->reply_depth) + 128; in PrimeIocFifos()5295 sz = (ioc->reply_sz * ioc->reply_depth) + 128; in procmpt_iocinfo_read()5297 ioc->reply_sz, ioc->reply_depth, ioc->reply_sz*ioc->reply_depth, sz); in procmpt_iocinfo_read()
580 int reply_depth; /* Num Allocated reply frames */ member