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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptctl.h308 * maxReplyBytes - maximum number of reply bytes to be sent to app.
327 int maxReplyBytes; member in struct:mpt_ioctl_command
346 int maxReplyBytes; member in struct:mpt_ioctl_command32
H A Dmptctl.c2200 if (karg.maxReplyBytes < ioc->reply_sz) {
2201 sz = min(karg.maxReplyBytes, 4*ioc->ioctl->ReplyFrame[2]);
2758 karg.maxReplyBytes = karg32.maxReplyBytes;

Completed in 109 milliseconds