Home
last modified time | relevance | path

Searched refs:SCSI_LOG_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/scsi/
Dsg.c237 SCSI_LOG_TIMEOUT(3, printk("sg_open: dev=%d, flags=0x%x\n", dev, flags)); in sg_open()
333 SCSI_LOG_TIMEOUT(3, printk("sg_release: %s\n", sdp->disk->disk_name)); in sg_release()
358 SCSI_LOG_TIMEOUT(3, printk("sg_read: %s, count=%d\n", in sg_read()
549 SCSI_LOG_TIMEOUT(3, printk("sg_write: %s, count=%d\n", in sg_write()
571 SCSI_LOG_TIMEOUT(1, printk("sg_write: queue full\n")); in sg_write()
578 SCSI_LOG_TIMEOUT(1, printk("sg_write: command length too long\n")); in sg_write()
590 SCSI_LOG_TIMEOUT(4, printk( in sg_write()
665 SCSI_LOG_TIMEOUT(1, printk("sg_new_write: queue full\n")); in sg_new_write()
734 SCSI_LOG_TIMEOUT(4, printk("sg_common_write: scsi opcode=0x%02x, cmd_size=%d\n", in sg_common_write()
739 SCSI_LOG_TIMEOUT(1, printk("sg_common_write: start_req err=%d\n", k)); in sg_common_write()
[all …]
Dscsi_logging.h64 #define SCSI_LOG_TIMEOUT(LEVEL,CMD) \ macro