Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/message/fusion/
Dmptctl.h330 int maxSenseBytes; member
349 int maxSenseBytes; member
Dmptctl.c1871 karg.maxSenseBytes < 0 || in mptctl_do_mpt_command()
1984 if (karg.maxSenseBytes > MPT_SENSE_BUFFER_SIZE) in mptctl_do_mpt_command()
1987 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()
2071 if (karg.maxSenseBytes > MPT_SENSE_BUFFER_SIZE) in mptctl_do_mpt_command()
2074 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()
2353 sz = min(karg.maxSenseBytes, MPT_SENSE_BUFFER_SIZE); in mptctl_do_mpt_command()
2910 karg.maxSenseBytes = karg32.maxSenseBytes; in compat_mpt_command()