Searched refs:maxSenseBytes (Results 1 – 2 of 2) sorted by relevance
330 int maxSenseBytes; member349 int maxSenseBytes; member
1768 karg.maxSenseBytes < 0 || in mptctl_do_mpt_command()1881 if (karg.maxSenseBytes > MPT_SENSE_BUFFER_SIZE) in mptctl_do_mpt_command()1884 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()1968 if (karg.maxSenseBytes > MPT_SENSE_BUFFER_SIZE) in mptctl_do_mpt_command()1971 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()2252 sz = min(karg.maxSenseBytes, MPT_SENSE_BUFFER_SIZE); in mptctl_do_mpt_command()2788 karg.maxSenseBytes = karg32.maxSenseBytes; in compat_mpt_command()