Lines Matching refs:mly_printf

366 	mly_printf(sc, "can't allocate register window\n");  in mly_pci_attach()
376 mly_printf(sc, "can't allocate interrupt\n"); in mly_pci_attach()
380 mly_printf(sc, "can't set up interrupt\n"); in mly_pci_attach()
404 mly_printf(sc, "can't allocate parent DMA tag\n"); in mly_pci_attach()
423 mly_printf(sc, "can't allocate buffer DMA tag\n"); in mly_pci_attach()
440 mly_printf(sc, "can't allocate command packet DMA tag\n"); in mly_pci_attach()
541 mly_printf(sc, "flushing cache..."); in mly_shutdown()
597 mly_printf(sc, "can't allocate scatter/gather DMA tag\n"); in mly_sg_map()
610 mly_printf(sc, "can't allocate s/g table\n"); in mly_sg_map()
654 mly_printf(sc, "can't allocate memory mailbox DMA tag\n"); in mly_mmbox_map()
662 mly_printf(sc, "can't allocate memory mailbox\n"); in mly_mmbox_map()
933 mly_printf(sc, "WARNING: BTL rescan for %d:%d returned data for %d:%d instead\n", in mly_complete_rescan()
947 mly_printf(sc, "WARNING: BTL rescan for %d:%d returned data for %d:%d instead\n", in mly_complete_rescan()
961 mly_printf(sc, "BTL rescan result invalid\n"); in mly_complete_rescan()
1272 mly_printf(sc, "couldn't fetch event %u\n", event); in mly_fetch_event()
1352 mly_printf(sc, "physical device %d:%d %s\n", me->channel, me->target, tp); in mly_process_event()
1361 mly_printf(sc, "logical device %d (%s) %s\n", me->lun, sc->mly_btl[bus][target].mb_name, tp); in mly_process_event()
1372 mly_printf(sc, "physical device %d:%d %s\n", me->channel, me->target, tp); in mly_process_event()
1373 mly_printf(sc, " sense key %d asc %02x ascq %02x\n", in mly_process_event()
1375 mly_printf(sc, " info %4D csi %4D\n", ssd->info, "", ssd->cmd_spec_info, ""); in mly_process_event()
1380 mly_printf(sc, tp, me->target, me->lun); in mly_process_event()
1384 mly_printf(sc, "controller %s\n", tp); in mly_process_event()
1387 mly_printf(sc, "%s - %d\n", tp, me->code); in mly_process_event()
1568 mly_printf(sc, "got HM completion for illegal slot %u\n", slot); in mly_done()
1597 mly_printf(sc, "got AM completion for illegal slot %u at %d\n", in mly_done()
1948 mly_printf(sc, "can't allocate CAM SIM queue\n"); in mly_cam_attach()
1970 mly_printf(sc, "CAM XPT phsyical channel registration failed\n"); in mly_cam_attach()
1993 mly_printf(sc, "CAM XPT virtual channel registration failed\n"); in mly_cam_attach()
2043 mly_printf(sc, "rescan failed (can't allocate CCB)\n"); in mly_cam_rescan_btl()
2048 mly_printf(sc, "rescan failed (can't create path)\n"); in mly_cam_rescan_btl()
2458 mly_printf(sc, "controller initialisation started\n"); in mly_fwhandshake()
2471 mly_printf(sc, "drive spinup in progress\n"); in mly_fwhandshake()
2476 mly_printf(sc, "mirror race recovery failed, one or more drives offline\n"); in mly_fwhandshake()
2479 mly_printf(sc, "mirror race recovery in progress\n"); in mly_fwhandshake()
2482 mly_printf(sc, "mirror race recovery on a critical drive\n"); in mly_fwhandshake()
2485 mly_printf(sc, "FATAL MEMORY PARITY ERROR\n"); in mly_fwhandshake()
2488 mly_printf(sc, "unknown initialisation code 0x%x\n", error); in mly_fwhandshake()
2509 mly_printf(sc, "%16s, %d channel%s, firmware %d.%02d-%d-%02d (%02d%02d%02d%02d), %dMB RAM\n", in mly_describe_controller()
2516 mly_printf(sc, "%s %s (%x), %dMHz %d-bit %.16s\n", in mly_describe_controller()
2520 mly_printf(sc, "%dMB %dMHz %d-bit %s%s%s, cache %dMB\n", in mly_describe_controller()
2525 mly_printf(sc, "CPU: %s @ %dMHz\n", in mly_describe_controller()
2528 mly_printf(sc, "%dKB L2 cache\n", mi->l2cache_size); in mly_describe_controller()
2530 mly_printf(sc, "%dMB %dMHz %d-bit private %s%s%s\n", in mly_describe_controller()
2534 mly_printf(sc, "battery backup %s\n", mi->bbu_present ? "present" : "not installed"); in mly_describe_controller()
2535 mly_printf(sc, "maximum data transfer %d blocks, maximum sg entries/command %d\n", in mly_describe_controller()
2537 mly_printf(sc, "logical devices present/critical/offline %d/%d/%d\n", in mly_describe_controller()
2539 mly_printf(sc, "physical devices present %d\n", in mly_describe_controller()
2541 mly_printf(sc, "physical disks present/offline %d/%d\n", in mly_describe_controller()
2543 mly_printf(sc, "%d physical channel%s, %d virtual channel%s of %d possible\n", in mly_describe_controller()
2547 mly_printf(sc, "%d parallel commands supported\n", mi->maximum_parallel_commands); in mly_describe_controller()
2548 mly_printf(sc, "%dMB flash ROM, %d of %d maximum cycles\n", in mly_describe_controller()
2560 mly_printf(sc, "IDBR %02x ODBR %02x ERROR %02x (%x %x %x)\n", in mly_printstate()
2567 mly_printf(sc, "IMASK %02x ISTATUS %02x\n", in mly_printstate()
2570 mly_printf(sc, "COMMAND %02x %02x %02x %02x %02x %02x %02x %02x\n", in mly_printstate()
2579 mly_printf(sc, "STATUS %02x %02x %02x %02x %02x %02x %02x %02x\n", in mly_printstate()
2588 mly_printf(sc, " %04x %08x\n", in mly_printstate()
2609 mly_printf(sc, "COMMAND @ %p\n", mc); in mly_print_command()
2610 mly_printf(sc, " slot %d\n", mc->mc_slot); in mly_print_command()
2611 mly_printf(sc, " status 0x%x\n", mc->mc_status); in mly_print_command()
2612 mly_printf(sc, " sense len %d\n", mc->mc_sense); in mly_print_command()
2613 mly_printf(sc, " resid %d\n", mc->mc_resid); in mly_print_command()
2614 mly_printf(sc, " packet %p/0x%llx\n", mc->mc_packet, mc->mc_packetphys); in mly_print_command()
2617 mly_printf(sc, " data %p/%d\n", mc->mc_data, mc->mc_length); in mly_print_command()
2618mly_printf(sc, " flags %b\n", mc->mc_flags, "\20\1busy\2complete\3slotted\4mapped\5datain\6da… in mly_print_command()
2619 mly_printf(sc, " complete %p\n", mc->mc_complete); in mly_print_command()
2620 mly_printf(sc, " private %p\n", mc->mc_private); in mly_print_command()
2636 mly_printf(sc, " command_id %d\n", ge->command_id); in mly_print_packet()
2637 mly_printf(sc, " opcode %d\n", ge->opcode); in mly_print_packet()
2638 mly_printf(sc, " command_control fua %d dpo %d est %d dd %s nas %d ddis %d\n", in mly_print_packet()
2645 mly_printf(sc, " data_size %d\n", ge->data_size); in mly_print_packet()
2646 mly_printf(sc, " sense_buffer_address 0x%llx\n", ge->sense_buffer_address); in mly_print_packet()
2647 mly_printf(sc, " lun %d\n", ge->addr.phys.lun); in mly_print_packet()
2648 mly_printf(sc, " target %d\n", ge->addr.phys.target); in mly_print_packet()
2649 mly_printf(sc, " channel %d\n", ge->addr.phys.channel); in mly_print_packet()
2650 mly_printf(sc, " logical device %d\n", ge->addr.log.logdev); in mly_print_packet()
2651 mly_printf(sc, " controller %d\n", ge->addr.phys.controller); in mly_print_packet()
2652 mly_printf(sc, " timeout %d %s\n", in mly_print_packet()
2656 mly_printf(sc, " maximum_sense_size %d\n", ge->maximum_sense_size); in mly_print_packet()
2660 mly_printf(sc, " cdb length %d\n", ss->cdb_length); in mly_print_packet()
2661 mly_printf(sc, " cdb %*D\n", ss->cdb_length, ss->cdb, " "); in mly_print_packet()
2666 mly_printf(sc, " cdb length %d\n", sl->cdb_length); in mly_print_packet()
2667 mly_printf(sc, " cdb 0x%llx\n", sl->cdb_physaddr); in mly_print_packet()
2671 mly_printf(sc, " sub_ioctl 0x%x\n", io->sub_ioctl); in mly_print_packet()
2674 mly_printf(sc, " health_buffer_size %d\n", in mly_print_packet()
2676 mly_printf(sc, " health_buffer_phys 0x%llx\n", in mly_print_packet()
2678 mly_printf(sc, " command_mailbox 0x%llx\n", in mly_print_packet()
2680 mly_printf(sc, " status_mailbox 0x%llx\n", in mly_print_packet()
2703 mly_printf(sc, " param %10D\n", io->param.data.param, " "); in mly_print_packet()
2708 mly_printf(sc, " event %d\n", in mly_print_packet()
2714 mly_printf(sc, " state %d\n", io->param.setraiddevstate.state); in mly_print_packet()
2719 mly_printf(sc, " raid_device %d\n", io->param.xlatephysdevtoraiddev.raid_device); in mly_print_packet()
2720 mly_printf(sc, " controller %d\n", io->param.xlatephysdevtoraiddev.controller); in mly_print_packet()
2721 mly_printf(sc, " channel %d\n", io->param.xlatephysdevtoraiddev.channel); in mly_print_packet()
2722 mly_printf(sc, " target %d\n", io->param.xlatephysdevtoraiddev.target); in mly_print_packet()
2723 mly_printf(sc, " lun %d\n", io->param.xlatephysdevtoraiddev.lun); in mly_print_packet()
2728 mly_printf(sc, " group %d\n", io->param.getgroupconfinfo.group); in mly_print_packet()
2775 mly_printf(sc, " sg table 0x%llx/%d\n", in mly_print_packet()
2778 mly_printf(sc, " 0000 0x%llx/%lld\n", in mly_print_packet()
2780 mly_printf(sc, " 0001 0x%llx/%lld\n", in mly_print_packet()