Home
last modified time | relevance | path

Searched refs:reply_depth (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/message/fusion/
Dmptbase.h637 int reply_depth; /* Num Allocated reply frames */ member
Dmptbase.c3213 ioc->reply_depth = min_t(int, MPT_DEFAULT_REPLY_DEPTH, facts->ReplyQueueDepth); in GetIocFacts()
3216 ioc->name, ioc->reply_sz, ioc->reply_depth)); in GetIocFacts()
4470 total_size = reply_sz = (ioc->reply_sz * ioc->reply_depth); in PrimeIocFifos()
4472 ioc->name, ioc->reply_sz, ioc->reply_depth)); in PrimeIocFifos()
4601 for (i = 0; i < ioc->reply_depth; i++) { in PrimeIocFifos()
6772 sz = (ioc->reply_sz * ioc->reply_depth) + 128; in mpt_iocinfo_proc_show()
6774 ioc->reply_sz, ioc->reply_depth, ioc->reply_sz*ioc->reply_depth, sz); in mpt_iocinfo_proc_show()