Home
last modified time | relevance | path

Searched refs:TAG_PRINTK (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/scsi/
Dsun3_scsi.h352 #define TAG_PRINTK(format, args...) \ macro
355 #define TAG_PRINTK(format, args...) macro
Datari_NCR5380.c373 TAG_PRINTK("scsi%d: target %d lun %d: no free tags\n", in is_lun_busy()
397 TAG_PRINTK("scsi%d: target %d lun %d now allocated by untagged " in cmd_get_tag()
405 TAG_PRINTK("scsi%d: using tag %d for target %d lun %d " in cmd_get_tag()
423 TAG_PRINTK("scsi%d: target %d lun %d untagged cmd finished\n", in cmd_free_tag()
432 TAG_PRINTK("scsi%d: freed tag %d for target %d lun %d\n", in cmd_free_tag()
2207 TAG_PRINTK("scsi%d: target %d lun %d returned " in NCR5380_information_transfer()
2305 TAG_PRINTK("scsi%d: target %d lun %d rejected " in NCR5380_information_transfer()
2572 TAG_PRINTK("scsi%d: target mask %02x, lun %d sent tag %d at " in NCR5380_reselect()
Dsun3_NCR5380.c367 TAG_PRINTK( "scsi%d: target %d lun %d: no free tags\n", in is_lun_busy()
391 TAG_PRINTK( "scsi%d: target %d lun %d now allocated by untagged " in cmd_get_tag()
400 TAG_PRINTK( "scsi%d: using tag %d for target %d lun %d " in cmd_get_tag()
418 TAG_PRINTK( "scsi%d: target %d lun %d untagged cmd finished\n", in cmd_free_tag()
429 TAG_PRINTK( "scsi%d: freed tag %d for target %d lun %d\n", in cmd_free_tag()
2172 TAG_PRINTK("scsi%d: target %d lun %d returned " in NCR5380_information_transfer()
2268 TAG_PRINTK("scsi%d: target %d lun %d rejected " in NCR5380_information_transfer()
2610 TAG_PRINTK("scsi%d: target mask %02x, lun %d sent tag %d at " in NCR5380_reselect()
Datari_scsi.h164 #define TAG_PRINTK(format, args...) \ macro