Searched refs:INFO_LEAD (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 1133 #define INFO_LEAD KERN_INFO "(scsi%d:%d:%d:%d) " macro 2241 printk(INFO_LEAD "Synchronous at %s Mbyte/sec, " in aic7xxx_set_syncrate() 2247 printk(INFO_LEAD "Using asynchronous transfers.\n", in aic7xxx_set_syncrate() 2310 printk(INFO_LEAD "Using %s transfers\n", p->host_no, channel, target, in aic7xxx_set_width() 2690 printk(INFO_LEAD "Allocating initial %ld SCB structures.\n", in aic7xxx_allocate_scb() 2693 printk(INFO_LEAD "Allocating %ld additional SCB structures.\n", in aic7xxx_allocate_scb() 2951 printk(INFO_LEAD "Device failed to complete Wide Negotiation " in aic7xxx_done() 2953 printk(INFO_LEAD "returned a sense error code for invalid message, " in aic7xxx_done() 2955 printk(INFO_LEAD "Wide negotiation to this device.\n", p->host_no, in aic7xxx_done() 2969 printk(INFO_LEAD "Device failed to complete Sync Negotiation " in aic7xxx_done() [all …]
|
D | aha152x.c | 305 #define INFO_LEAD KERN_INFO LEAD macro 1494 printk(INFO_LEAD "queue: cmd_len=%d pieces=%d size=%u cmnd=", 1580 DPRINTK(debug_eh, INFO_LEAD "internal_done called\n", CMDINFO(SCpnt)); 1683 printk(INFO_LEAD "aha152x_device_reset(%p)", CMDINFO(SCpnt), SCpnt); 2328 printk(INFO_LEAD "inbound message %02x ", CMDINFO(CURRENT_SC), MSGI(0)); 2385 printk(INFO_LEAD "Synchronous Data Transfer Request was rejected\n", CMDINFO(CURRENT_SC)); 2388 printk(INFO_LEAD "inbound message (MESSAGE REJECT)\n", CMDINFO(CURRENT_SC)); 2416 printk(INFO_LEAD, CMDINFO(CURRENT_SC)); 2426 …printk(INFO_LEAD "received Synchronous Data Transfer Request invalid - rejected\n", CMDINFO(CURREN… 2449 … printk(INFO_LEAD "Synchronous Data Transfer Request too slow - Rejecting\n", CMDINFO(CURRENT_SC)); [all …]
|