Searched refs:NDEBUG_EXTENDED (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/ |
D | NCR5380.h | 55 #define NDEBUG_EXTENDED 0x80000 macro
|
D | atari_NCR5380.c | 2341 dprintk(NDEBUG_EXTENDED, "scsi%d: receiving extended message\n", HOSTNO); in NCR5380_information_transfer() 2347 dprintk(NDEBUG_EXTENDED, "scsi%d: length=%d, code=0x%02x\n", HOSTNO, in NCR5380_information_transfer() 2359 dprintk(NDEBUG_EXTENDED, "scsi%d: message received, residual %d\n", in NCR5380_information_transfer()
|
D | sun3_NCR5380.c | 2304 dprintk(NDEBUG_EXTENDED, "scsi%d: receiving extended message\n", HOSTNO); in NCR5380_information_transfer() 2310 dprintk(NDEBUG_EXTENDED, "scsi%d: length=%d, code=0x%02x\n", HOSTNO, in NCR5380_information_transfer() 2322 dprintk(NDEBUG_EXTENDED, "scsi%d: message received, residual %d\n", in NCR5380_information_transfer()
|
D | NCR5380.c | 2368 dprintk(NDEBUG_EXTENDED, "scsi%d : receiving extended message\n", instance->host_no); 2375 …dprintk(NDEBUG_EXTENDED, "scsi%d : length=%d, code=0x%02x\n", instance->host_no, (int) extended_ms… 2385 dprintk(NDEBUG_EXTENDED, "scsi%d : message received, residual %d\n", instance->host_no, len);
|