Home
last modified time | relevance | path

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

/openbmc/linux/drivers/message/fusion/
H A Dmptctl.h330 int maxSenseBytes; member
349 int maxSenseBytes; member
H A Dmptctl.c1770 karg.maxSenseBytes < 0 || in mptctl_do_mpt_command()
1883 if (karg.maxSenseBytes > MPT_SENSE_BUFFER_SIZE) in mptctl_do_mpt_command()
1886 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()
1970 if (karg.maxSenseBytes > MPT_SENSE_BUFFER_SIZE) in mptctl_do_mpt_command()
1973 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()
2254 sz = min(karg.maxSenseBytes, MPT_SENSE_BUFFER_SIZE); in mptctl_do_mpt_command()
2790 karg.maxSenseBytes = karg32.maxSenseBytes; in compat_mpt_command()