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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptbase.h599 int reply_depth; /* Num Allocated reply frames */ member in struct:_MPT_ADAPTER
H A Dmptbase.c3119 ioc->reply_depth = min_t(int, MPT_DEFAULT_REPLY_DEPTH, facts->ReplyQueueDepth);
3121 dinitprintk(ioc, printk(MYIOC_s_DEBUG_FMT "reply_sz=%3d, reply_depth=%4d\n",
3122 ioc->name, ioc->reply_sz, ioc->reply_depth));
4369 total_size = reply_sz = (ioc->reply_sz * ioc->reply_depth);
4371 ioc->name, ioc->reply_sz, ioc->reply_depth));
4488 for (i = 0; i < ioc->reply_depth; i++) {
6630 sz = (ioc->reply_sz * ioc->reply_depth) + 128;
6632 ioc->reply_sz, ioc->reply_depth, ioc->reply_sz*ioc->reply_depth, sz);

Completed in 68 milliseconds