Searched refs:NDEBUG_QUEUES (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | NCR5380.c | 955 …dprintk(NDEBUG_QUEUES, "scsi%d : command added to %s of queue\n", instance->host_no, (cmd->cmnd[0]… in NCR5380_queue_command_lck() 1017 …dprintk(NDEBUG_MAIN|NDEBUG_QUEUES, "scsi%d : main() : command for target %d lun %llu removed from … in DEF_SCSI_QCMD() 1046 …dprintk(NDEBUG_MAIN|NDEBUG_QUEUES, "scsi%d : main(): select() failed, returned to issue_queue\n", … in DEF_SCSI_QCMD() 2165 …dprintk(NDEBUG_QUEUES, "scsi%d : command for target %d, lun %llu completed\n", instance->host_no, … 2204 …dprintk(NDEBUG_QUEUES, "scsi%d : REQUEST SENSE added to head of issue queue\n", instance->host_no); 2241 …dprintk(NDEBUG_QUEUES, "scsi%d : command for target %d lun %llu was moved from connected to" " th…
|
D | NCR5380.h | 41 #define NDEBUG_QUEUES 0x2000 macro
|
D | atari_NCR5380.c | 898 dprintk(NDEBUG_QUEUES, "scsi%d: command added to %s of queue\n", H_NO(cmd), in NCR5380_queue_command() 2165 dprintk(NDEBUG_QUEUES, "scsi%d: command for target %d, lun %llu " in NCR5380_information_transfer() 2232 dprintk(NDEBUG_QUEUES, "scsi%d: REQUEST SENSE added to head of " in NCR5380_information_transfer() 2294 dprintk(NDEBUG_QUEUES, "scsi%d: command for target %d lun %llu was " in NCR5380_information_transfer()
|