Lines Matching refs:shost_printk

294 		shost_printk(KERN_DEBUG, sh, "aha1542_intr_handle: ");  in aha1542_interrupt()
346 shost_printk(KERN_WARNING, sh, "interrupt received, but no mail.\n"); in aha1542_interrupt()
357 shost_printk(KERN_DEBUG, sh, "aha1542_command: returning %x (status %d)\n", in aha1542_interrupt()
365 shost_printk(KERN_DEBUG, sh, "...done %d %d\n", mbo, mbi); in aha1542_interrupt()
372 shost_printk(KERN_WARNING, sh, "Unexpected interrupt\n"); in aha1542_interrupt()
373 shost_printk(KERN_WARNING, sh, "tarstat=%x, hastat=%x idlun=%x ccb#=%d\n", ccb[mbo].tarstat, in aha1542_interrupt()
399 shost_printk(KERN_DEBUG, sh, "(aha1542 error:%x %x %x) ", errstatus, in aha1542_interrupt()
441 shost_printk(KERN_DEBUG, sh, "aha1542_queuecommand: dev %d cmd %02x pos %d len %d", in aha1542_queuecommand()
487 shost_printk(KERN_DEBUG, sh, "Sending command (%d)...", mbo); in aha1542_queuecommand()
542 shost_printk(KERN_ERR, sh, "failed setting up mailboxes\n"); in setup_mailboxes()
557 shost_printk(KERN_ERR, sh, "error querying board settings\n"); in aha1542_getconfig()
580 shost_printk(KERN_ERR, sh, "Unable to determine DMA channel.\n"); in aha1542_getconfig()
603 shost_printk(KERN_ERR, sh, "Unable to determine IRQ level.\n"); in aha1542_getconfig()
643 shost_printk(KERN_ERR, sh, "Mailbox init failed\n"); in aha1542_mbenable()
662 shost_printk(KERN_ERR, sh, "error querying card type\n"); in aha1542_query()
675shost_printk(KERN_INFO, sh, "Emulation mode not supported for AHA-1740 hardware, use aha1740 drive… in aha1542_query()
736 shost_printk(KERN_ERR, sh, "setting bus on/off-time failed\n"); in aha1542_set_bus_times()
776 shost_printk(KERN_INFO, sh, "Adaptec AHA-1542 (SCSI-ID %d) at IO 0x%x, IRQ %d, %s\n", in aha1542_hw_init()
779 shost_printk(KERN_INFO, sh, "Using extended bios translation\n"); in aha1542_hw_init()
799 shost_printk(KERN_ERR, sh, "Unable to allocate IRQ.\n"); in aha1542_hw_init()
804 shost_printk(KERN_ERR, sh, "Unable to allocate DMA channel.\n"); in aha1542_hw_init()
958shost_printk(KERN_WARNING, cmd->device->host, "Sent BUS RESET to scsi host %d\n", cmd->device->hos… in aha1542_reset()