Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/message/fusion/
Dmptctl.h308 int maxReplyBytes; member
327 int maxReplyBytes; member
Dmptctl.c2310 if (karg.maxReplyBytes < ioc->reply_sz) { in mptctl_do_mpt_command()
2311 sz = MIN(karg.maxReplyBytes, 4*ioc->ioctl->ReplyFrame[2]); in mptctl_do_mpt_command()
2859 karg.maxReplyBytes = karg32.maxReplyBytes; in compat_mpt_command()