Searched refs:maxSenseBytes (Results 1 – 2 of 2) sorted by relevance
330 int maxSenseBytes; member349 int maxSenseBytes; member
1971 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()