Searched refs:NDEBUG_EXTENDED (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | NCR5380.h | 47 #define NDEBUG_EXTENDED 0x80000 macro
|
D | NCR5380.c | 2287 dprintk(NDEBUG_EXTENDED, "scsi%d : receiving extended message\n", instance->host_no); 2294 …dprintk(NDEBUG_EXTENDED, "scsi%d : length=%d, code=0x%02x\n", instance->host_no, (int) extended_ms… 2304 dprintk(NDEBUG_EXTENDED, "scsi%d : message received, residual %d\n", instance->host_no, len);
|
D | atari_NCR5380.c | 2347 dprintk(NDEBUG_EXTENDED, "scsi%d: receiving extended message\n", HOSTNO); in NCR5380_information_transfer() 2353 dprintk(NDEBUG_EXTENDED, "scsi%d: length=%d, code=0x%02x\n", HOSTNO, in NCR5380_information_transfer() 2365 dprintk(NDEBUG_EXTENDED, "scsi%d: message received, residual %d\n", in NCR5380_information_transfer()
|