Searched refs:maxSenseBytes (Results 1 – 2 of 2) sorted by relevance
330 int maxSenseBytes; member349 int maxSenseBytes; member
1766 karg.maxSenseBytes < 0 || in mptctl_do_mpt_command()1879 if (karg.maxSenseBytes > MPT_SENSE_BUFFER_SIZE) in mptctl_do_mpt_command()1882 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()1966 if (karg.maxSenseBytes > MPT_SENSE_BUFFER_SIZE) in mptctl_do_mpt_command()1969 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()2248 sz = min(karg.maxSenseBytes, MPT_SENSE_BUFFER_SIZE); in mptctl_do_mpt_command()2779 karg.maxSenseBytes = karg32.maxSenseBytes; in compat_mpt_command()