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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_debug.c201 #define SDEBUG_SENSE_LEN 32 macro
207 unsigned char sense_buff[SDEBUG_SENSE_LEN]; /* weak nexus */
311 memset(sbuff, 0, SDEBUG_SENSE_LEN);
918 unsigned char arr[SDEBUG_SENSE_LEN];
941 memcpy(arr, sbuff, SDEBUG_SENSE_LEN);
2365 memset(open_devip->sense_buff, 0, SDEBUG_SENSE_LEN);
2636 (SCSI_SENSE_BUFFERSIZE > SDEBUG_SENSE_LEN) ?
2637 SDEBUG_SENSE_LEN : SCSI_SENSE_BUFFERSIZE);

Completed in 100 milliseconds