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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/fusion/
H A Dmptctl.h287 int maxSenseBytes; member in struct:mpt_ioctl_command
306 int maxSenseBytes; member in struct:mpt_ioctl_command32
H A Dmptctl.c1937 if (karg.maxSenseBytes > MPT_SENSE_BUFFER_SIZE)
1999 if (karg.maxSenseBytes > MPT_SENSE_BUFFER_SIZE)
2285 sz = MIN(karg.maxSenseBytes, MPT_SENSE_BUFFER_SIZE);
2847 karg.maxSenseBytes = pPass->sense_len; /* max is 40 */
2882 pMf->SenseBufferLength = karg.maxSenseBytes; /* max is 40 */
3030 karg.maxSenseBytes = karg32.maxSenseBytes;

Completed in 40 milliseconds