Searched refs:MPT_SENSE_BUFFER_SIZE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptbase.h101 # define MPT_SENSE_BUFFER_SIZE 255 macro
103 # define MPT_SENSE_BUFFER_SIZE MPT_SENSE_BUFFER_ALLOC macro
H A Dmptctl.c1983 if (karg.maxSenseBytes > MPT_SENSE_BUFFER_SIZE)
1984 pScsiReq->SenseBufferLength = MPT_SENSE_BUFFER_SIZE;
2070 if (karg.maxSenseBytes > MPT_SENSE_BUFFER_SIZE)
2071 pScsiReq->SenseBufferLength = MPT_SENSE_BUFFER_SIZE;
2352 sz = min(karg.maxSenseBytes, MPT_SENSE_BUFFER_SIZE);
H A Dmptscsih.c1480 pScsiReq->SenseBufferLength = MPT_SENSE_BUFFER_SIZE;
3025 pScsiReq->SenseBufferLength = MPT_SENSE_BUFFER_SIZE;

Completed in 54 milliseconds