Searched refs:maxReplyBytes (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 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.c2330 if (karg.maxReplyBytes < ioc->reply_sz) {
2331 sz = min(karg.maxReplyBytes,
2905 karg.maxReplyBytes = karg32.maxReplyBytes;

Completed in 115 milliseconds