Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/message/fusion/
Dmptctl.h330 int maxSenseBytes; member
349 int maxSenseBytes; member
Dmptctl.c1971 if (karg.maxSenseBytes > MPT_SENSE_BUFFER_SIZE) in mptctl_do_mpt_command()
1974 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()
2058 if (karg.maxSenseBytes > MPT_SENSE_BUFFER_SIZE) in mptctl_do_mpt_command()
2061 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()
2340 sz = min(karg.maxSenseBytes, MPT_SENSE_BUFFER_SIZE); in mptctl_do_mpt_command()
2897 karg.maxSenseBytes = karg32.maxSenseBytes; in compat_mpt_command()