Lines Matching refs:printk
249 printk("dpti: If you have a lot of devices this could take a few minutes.\n"); in adpt_detect()
252 printk(KERN_INFO"%s: Reading the hardware resource table.\n", pHba->name); in adpt_detect()
267 printk(KERN_WARNING"dpti: unable to create dpt_i2o class\n"); in adpt_detect()
284 printk(KERN_WARNING"dpti%d: unable to " in adpt_detect()
332 printk(KERN_ERR"%s: Could not allocate buffer\n",pHba->name); in adpt_inquiry()
392 printk(KERN_INFO "%s: Inquiry Error (%d)\n",pHba->name,rcode); in adpt_inquiry()
652 printk(KERN_WARNING"%s: Too many outstanding " in adpt_ioctl_to_context()
692 printk(KERN_INFO"%s: Trying to Abort\n",pHba->name); in adpt_abort()
694 printk(KERN_ERR "%s: Unable to abort: No device in cmnd\n",pHba->name); in adpt_abort()
711 printk(KERN_INFO"%s: Abort cmd not supported\n",pHba->name); in adpt_abort()
714 printk(KERN_INFO"%s: Abort failed.\n",pHba->name); in adpt_abort()
717 printk(KERN_INFO"%s: Abort complete.\n",pHba->name); in adpt_abort()
735 printk(KERN_INFO"%s: Trying to reset device\n",pHba->name); in adpt_device_reset()
737 printk(KERN_INFO"%s: Reset Device: Device Not found\n",pHba->name); in adpt_device_reset()
756 printk(KERN_INFO"%s: Device reset not supported\n",pHba->name); in adpt_device_reset()
759 printk(KERN_INFO"%s: Device reset failed\n",pHba->name); in adpt_device_reset()
762 printk(KERN_INFO"%s: Device reset successful\n",pHba->name); in adpt_device_reset()
778 …printk(KERN_WARNING"%s: Bus reset: SCSI Bus %d: tid: %d\n",pHba->name, cmd->device->channel,pHba->… in adpt_bus_reset()
789 printk(KERN_WARNING"%s: Bus reset failed.\n",pHba->name); in adpt_bus_reset()
792 printk(KERN_WARNING"%s: Bus reset success.\n",pHba->name); in adpt_bus_reset()
803 …printk(KERN_WARNING"%s: Hba Reset: scsi id %d: tid: %d\n",pHba->name,cmd->device->channel,pHba->ch… in __adpt_reset()
806 printk(KERN_WARNING"%s: HBA reset complete\n",pHba->name); in __adpt_reset()
809 printk(KERN_WARNING"%s: HBA reset failed (%x)\n",pHba->name, rcode); in __adpt_reset()
834 printk(KERN_ERR "%s: Could not activate\n", pHba->name); in adpt_hba_reset()
877 printk(KERN_INFO"Shutting down Adaptec I2O controllers.\n"); in adpt_i2o_sys_shutdown()
878 printk(KERN_INFO" This could take a few minutes if there are many devices attached\n"); in adpt_i2o_sys_shutdown()
901 printk(KERN_INFO "Adaptec I2O controllers down.\n"); in adpt_i2o_sys_shutdown()
1052 printk(KERN_INFO "Adaptec I2O RAID controller" in adpt_install_hba()
1058 printk(KERN_INFO"Adaptec I2O RAID controller %d irq=%d%s\n", in adpt_install_hba()
1061 printk(KERN_INFO" BAR0 %p - size= %x\n",base_addr_virt,hba_map0_area_size); in adpt_install_hba()
1062 printk(KERN_INFO" BAR1 %p - size= %x\n",msg_addr_virt,hba_map1_area_size); in adpt_install_hba()
1066 printk(KERN_ERR"%s: Couldn't register IRQ %d\n", pHba->name, pDev->irq); in adpt_install_hba()
1171 printk(KERN_DEBUG"Adaptec I2O RAID: Trying to find device before they are allocated\n"); in adpt_find_device()
1253 printk(KERN_INFO"dpti%d: POST WAIT TIMEOUT\n",pHba->unit); in adpt_i2o_post_wait()
1295 printk(KERN_WARNING"dpti%d: Timeout waiting for message frame!\n", pHba->unit); in adpt_i2o_post_this()
1342 printk(KERN_DEBUG"dpti: Could Not find task %d in wait queue\n",context); in adpt_i2o_post_wait_complete()
1343 printk(KERN_DEBUG" Tasks in wait queue:\n"); in adpt_i2o_post_wait_complete()
1345 printk(KERN_DEBUG" %d\n",p1->id); in adpt_i2o_post_wait_complete()
1371 printk(KERN_WARNING"Timeout waiting for message!\n"); in adpt_i2o_reset_hba()
1380 printk(KERN_ERR"IOP reset failed - no free memory.\n"); in adpt_i2o_reset_hba()
1401 printk(KERN_WARNING"%s: IOP Reset Timeout\n",pHba->name); in adpt_i2o_reset_hba()
1423 printk(KERN_ERR "%s:Timeout waiting for IOP Reset.\n",pHba->name); in adpt_i2o_reset_hba()
1438 printk(KERN_WARNING"%s: Reset reject, trying to clear\n", in adpt_i2o_reset_hba()
1468 printk(KERN_ERR "%s: LCT is empty???\n",pHba->name); in adpt_i2o_parse_lct()
1499 printk(KERN_WARNING"%s: Channel number %d out of range \n", pHba->name, bus_no); in adpt_i2o_parse_lct()
1503 printk(KERN_WARNING"%s: SCSI ID %d out of range \n", pHba->name, bus_no); in adpt_i2o_parse_lct()
1520 printk(KERN_CRIT"%s: Out of memory for I2O device data.\n",pHba->name); in adpt_i2o_parse_lct()
1554 printk(KERN_WARNING"%s: Channel number %d out of range - LCT\n", pHba->name, bus_no); in adpt_i2o_parse_lct()
1611 printk(KERN_WARNING"Could not find SCSI ID for %s\n", in adpt_i2o_parse_lct()
1748 printk(KERN_WARNING"%s: Could not allocate reply buffer\n",pHba->name); in adpt_i2o_passthru()
1763 printk(KERN_DEBUG"%s:IOCTL SG List too large (%u)\n", pHba->name,sg_count); in adpt_i2o_passthru()
1772 printk(KERN_DEBUG"%s:Bad SG element %d - not simple (%x)\n",pHba->name,i, sg[i].flag_count); in adpt_i2o_passthru()
1780 printk(KERN_DEBUG"%s: Could not allocate SG buffer - size = %d buffer number %d of %d\n", in adpt_i2o_passthru()
1790 printk(KERN_DEBUG"%s: Could not copy SG buf %d FROM user\n",pHba->name,i); in adpt_i2o_passthru()
1811 printk("adpt_i2o_passthru: post wait failed %d %p\n", in adpt_i2o_passthru()
1858 … printk(KERN_WARNING"%s: Could not copy %p TO user %x\n",pHba->name, sg_list[j], sg[j].addr_bus); in adpt_i2o_passthru()
1870 printk(KERN_WARNING"%s: Could not copy message context FROM user\n",pHba->name); in adpt_i2o_passthru()
1874 printk(KERN_WARNING"%s: Could not copy reply TO user\n",pHba->name); in adpt_i2o_passthru()
1983 printk(KERN_WARNING"dpti: Could not copy buffer TO user\n"); in adpt_system_info()
2041 printk(KERN_WARNING"%s: Could not copy HbaInfo TO user\n",pHba->name); in adpt_ioctl()
2132 printk(KERN_WARNING"adpt_isr: NULL dev_id\n"); in adpt_isr()
2146 printk(KERN_ERR"dpti: Could not get reply frame\n"); in adpt_isr()
2157 printk(KERN_ERR "dpti: reply frame not from pool\n"); in adpt_isr()
2167 printk(KERN_ERR"%s: Bad preserved MFA (%x)- dropping frame\n",pHba->name,old_m); in adpt_isr()
2196 …printk(KERN_WARNING"%s: Apparent SCSI cmd in Post Wait Context - cmd=%p context=%x\n", pHba->name,… in adpt_isr()
2261 printk(KERN_WARNING"%s: scsi opcode 0x%x not supported.\n", in adpt_scsi_to_i2o()
2321 printk(KERN_WARNING"Cmd len %08X Cmd underflow %08X\n", in adpt_scsi_to_i2o()
2347 printk("%s: scsi_host_alloc returned NULL\n", pHba->name); in adpt_scsi_host_alloc()
2400 printk(KERN_WARNING"%s: SCSI CMD underflow\n",pHba->name); in adpt_i2o_to_scsi()
2412 …printk(KERN_WARNING"%s: SCSI Timeout-Device (%d,%d,%llu) hba status=0x%x, dev status=0x%x, cmd=0x%… in adpt_i2o_to_scsi()
2425 printk(KERN_WARNING"%s: SCSI CMD parity error\n",pHba->name); in adpt_i2o_to_scsi()
2452 …printk(KERN_WARNING"%s: SCSI error %0x-Device(%d,%d,%llu) hba_status=0x%x, dev_status=0x%x, cmd=0x… in adpt_i2o_to_scsi()
2469 …printk(KERN_WARNING"%s: SCSI Data Protect-Device (%d,%d,%llu) hba_status=0x%x, dev_status=0x%x, cm… in adpt_i2o_to_scsi()
2481 printk(KERN_WARNING"%s: I2O MSG_FAIL - Device (%d,%d,%llu) tid=%d, cmd=0x%x\n", in adpt_i2o_to_scsi()
2528 printk(KERN_ERR "%s: LCT is empty???\n",pHba->name); in adpt_i2o_reparse_lct()
2545 printk(KERN_INFO "%s: LCT has %d entries.\n", pHba->name,max); in adpt_i2o_reparse_lct()
2557 printk(KERN_ERR"%s: Could not query device\n",pHba->name); in adpt_i2o_reparse_lct()
2562 printk(KERN_WARNING in adpt_i2o_reparse_lct()
2583 printk(KERN_CRIT "Out of memory for I2O device data.\n"); in adpt_i2o_reparse_lct()
2638 printk(KERN_WARNING"%s: Setting device (%d,%d,%llu) back online\n", in adpt_i2o_reparse_lct()
2670 …printk(KERN_WARNING"%s: Device (%d,%d,%llu) offline\n",pHba->name,pDev->scsi_channel,pDev->scsi_id… in adpt_i2o_reparse_lct()
2716 printk(KERN_WARNING"%s: Could NOT reset.\n", pHba->name); in adpt_i2o_activate_hba()
2720 printk(KERN_INFO "HBA not responding.\n"); in adpt_i2o_activate_hba()
2726 printk(KERN_CRIT "%s: hardware fault\n", pHba->name); in adpt_i2o_activate_hba()
2736 printk(KERN_ERR "%s: Failed to initialize.\n", pHba->name); in adpt_i2o_activate_hba()
2742 printk(KERN_WARNING"%s: Could NOT reset.\n", pHba->name); in adpt_i2o_activate_hba()
2794 printk(KERN_ERR "%s: Timeout waiting for message frame!\n",pHba->name); in adpt_send_nop()
2827 printk(KERN_WARNING"%s: Timeout waiting for message frame\n",pHba->name); in adpt_i2o_init_outbound_q()
2838 printk(KERN_WARNING"%s: IOP reset failed - no free memory.\n", in adpt_i2o_init_outbound_q()
2865 printk(KERN_WARNING"%s: Timeout Initializing\n",pHba->name); in adpt_i2o_init_outbound_q()
2893 printk(KERN_ERR "%s: Could not allocate reply pool\n", pHba->name); in adpt_i2o_init_outbound_q()
2931 printk(KERN_ERR in adpt_i2o_status_get()
2947 printk(KERN_ERR "%s: Timeout waiting for message !\n", in adpt_i2o_status_get()
2973 printk(KERN_ERR"dpti%d: Get status timeout.\n", in adpt_i2o_status_get()
3010 printk("dpti%d: State = ",pHba->unit); in adpt_i2o_status_get()
3013 printk("INIT\n"); in adpt_i2o_status_get()
3016 printk("RESET\n"); in adpt_i2o_status_get()
3019 printk("HOLD\n"); in adpt_i2o_status_get()
3022 printk("READY\n"); in adpt_i2o_status_get()
3025 printk("OPERATIONAL\n"); in adpt_i2o_status_get()
3028 printk("FAILED\n"); in adpt_i2o_status_get()
3031 printk("FAULTED\n"); in adpt_i2o_status_get()
3034 printk("%x (unknown!!)\n",pHba->status_block->iop_state); in adpt_i2o_status_get()
3058 printk(KERN_CRIT "%s: Lct Get failed. Out of memory.\n", in adpt_i2o_lct_get()
3075 printk(KERN_ERR "%s: LCT Get failed (status=%#10x.\n", in adpt_i2o_lct_get()
3077 printk(KERN_ERR"Adaptec: Error Reading Hardware.\n"); in adpt_i2o_lct_get()
3128 printk(KERN_WARNING "SysTab Set failed. Out of memory.\n"); in adpt_i2o_build_sys_table()
3164 printk(KERN_DEBUG"sys_tbl_len=%d in 32bit words\n",(sys_tbl_len >>2)); in adpt_i2o_build_sys_table()
3166 printk(KERN_INFO "sys_tbl[%d] = %0#10x\n", in adpt_i2o_build_sys_table()
3185 printk(KERN_INFO "TID %3.3d ", unit); in adpt_i2o_report_hba_unit()
3190 printk(" Vendor: %-12.12s", buf); in adpt_i2o_report_hba_unit()
3195 printk(" Device: %-12.12s", buf); in adpt_i2o_report_hba_unit()
3200 printk(" Rev: %-12.12s\n", buf); in adpt_i2o_report_hba_unit()
3203 printk(KERN_INFO "\tClass: %.21s\n", adpt_i2o_get_class_name(d->lct_data.class_id)); in adpt_i2o_report_hba_unit()
3204 printk(KERN_INFO "\tSubclass: 0x%04X\n", d->lct_data.sub_class); in adpt_i2o_report_hba_unit()
3205 printk(KERN_INFO "\tFlags: "); in adpt_i2o_report_hba_unit()
3208 printk("C"); // ConfigDialog requested in adpt_i2o_report_hba_unit()
3210 printk("U"); // Multi-user capable in adpt_i2o_report_hba_unit()
3212 printk("P"); // Peer service enabled! in adpt_i2o_report_hba_unit()
3214 printk("M"); // Mgmt service enabled! in adpt_i2o_report_hba_unit()
3215 printk("\n"); in adpt_i2o_report_hba_unit()
3295 printk(KERN_CRIT "%s: Hrt Get failed; Out of memory.\n", pHba->name); in adpt_i2o_hrt_get()
3308 printk(KERN_ERR "%s: Unable to get HRT (status=%#10x)\n", pHba->name, ret); in adpt_i2o_hrt_get()
3341 printk(KERN_CRIT "%s: query scalar failed; Out of memory.\n", pHba->name); in adpt_i2o_query_scalar()
3350 printk(KERN_CRIT "%s: query operatio failed; Out of memory.\n", in adpt_i2o_query_scalar()
3365 printk(KERN_WARNING "%s: issue params failed; Timed out.\n", pHba->name); in adpt_i2o_query_scalar()
3370 printk(KERN_WARNING "%s: issue params failed; Interrupted.\n", pHba->name); in adpt_i2o_query_scalar()
3412 printk("adpt_i2o_issue_params: post_wait failed (%p)\n", resblk_va); in adpt_i2o_issue_params()
3417 printk(KERN_WARNING "%s: %s - Error:\n ErrorInfoSize = 0x%02x, " in adpt_i2o_issue_params()
3450 printk(KERN_INFO"dpti%d: Unable to quiesce (status=%#x).\n", in adpt_i2o_quiesce_hba()
3453 printk(KERN_INFO"dpti%d: Quiesced.\n",pHba->unit); in adpt_i2o_quiesce_hba()
3486 printk(KERN_WARNING"%s: Could not enable (status=%#10x).\n", in adpt_i2o_enable_hba()
3522 printk(KERN_INFO "%s: Unable to set SysTab (status=%#10x).\n", in adpt_i2o_systab_send()
3576 printk("Loading Adaptec I2O RAID: Version " DPT_I2O_VERSION "\n"); in adpt_init()