Lines Matching refs:mly_printf
367 mly_printf(sc, "can't allocate register window\n"); in mly_pci_attach()
377 mly_printf(sc, "can't allocate interrupt\n"); in mly_pci_attach()
381 mly_printf(sc, "can't set up interrupt\n"); in mly_pci_attach()
405 mly_printf(sc, "can't allocate parent DMA tag\n"); in mly_pci_attach()
424 mly_printf(sc, "can't allocate buffer DMA tag\n"); in mly_pci_attach()
441 mly_printf(sc, "can't allocate command packet DMA tag\n"); in mly_pci_attach()
542 mly_printf(sc, "flushing cache..."); in mly_shutdown()
598 mly_printf(sc, "can't allocate scatter/gather DMA tag\n"); in mly_sg_map()
611 mly_printf(sc, "can't allocate s/g table\n"); in mly_sg_map()
655 mly_printf(sc, "can't allocate memory mailbox DMA tag\n"); in mly_mmbox_map()
663 mly_printf(sc, "can't allocate memory mailbox\n"); in mly_mmbox_map()
934 mly_printf(sc, "WARNING: BTL rescan for %d:%d returned data for %d:%d instead\n", in mly_complete_rescan()
948 mly_printf(sc, "WARNING: BTL rescan for %d:%d returned data for %d:%d instead\n", in mly_complete_rescan()
962 mly_printf(sc, "BTL rescan result invalid\n"); in mly_complete_rescan()
1273 mly_printf(sc, "couldn't fetch event %u\n", event); in mly_fetch_event()
1353 mly_printf(sc, "physical device %d:%d %s\n", me->channel, me->target, tp); in mly_process_event()
1362 mly_printf(sc, "logical device %d (%s) %s\n", me->lun, sc->mly_btl[bus][target].mb_name, tp); in mly_process_event()
1373 mly_printf(sc, "physical device %d:%d %s\n", me->channel, me->target, tp); in mly_process_event()
1374 mly_printf(sc, " sense key %d asc %02x ascq %02x\n", in mly_process_event()
1376 mly_printf(sc, " info %4D csi %4D\n", ssd->info, "", ssd->cmd_spec_info, ""); in mly_process_event()
1381 mly_printf(sc, tp, me->target, me->lun); in mly_process_event()
1385 mly_printf(sc, "controller %s\n", tp); in mly_process_event()
1388 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()
1945 mly_printf(sc, "can't allocate CAM SIM queue\n"); in mly_cam_attach()
1966 mly_printf(sc, "CAM XPT phsyical channel registration failed\n"); in mly_cam_attach()
1989 mly_printf(sc, "CAM XPT virtual channel registration failed\n"); in mly_cam_attach()
2039 mly_printf(sc, "rescan failed (can't allocate CCB)\n"); in mly_cam_rescan_btl()
2044 mly_printf(sc, "rescan failed (can't create path)\n"); in mly_cam_rescan_btl()
2453 mly_printf(sc, "controller initialisation started\n"); in mly_fwhandshake()
2466 mly_printf(sc, "drive spinup in progress\n"); in mly_fwhandshake()
2471 mly_printf(sc, "mirror race recovery failed, one or more drives offline\n"); in mly_fwhandshake()
2474 mly_printf(sc, "mirror race recovery in progress\n"); in mly_fwhandshake()
2477 mly_printf(sc, "mirror race recovery on a critical drive\n"); in mly_fwhandshake()
2480 mly_printf(sc, "FATAL MEMORY PARITY ERROR\n"); in mly_fwhandshake()
2483 mly_printf(sc, "unknown initialisation code 0x%x\n", error); in mly_fwhandshake()
2504 mly_printf(sc, "%16s, %d channel%s, firmware %d.%02d-%d-%02d (%02d%02d%02d%02d), %dMB RAM\n", in mly_describe_controller()
2511 mly_printf(sc, "%s %s (%x), %dMHz %d-bit %.16s\n", in mly_describe_controller()
2515 mly_printf(sc, "%dMB %dMHz %d-bit %s%s%s, cache %dMB\n", in mly_describe_controller()
2520 mly_printf(sc, "CPU: %s @ %dMHz\n", in mly_describe_controller()
2523 mly_printf(sc, "%dKB L2 cache\n", mi->l2cache_size); in mly_describe_controller()
2525 mly_printf(sc, "%dMB %dMHz %d-bit private %s%s%s\n", in mly_describe_controller()
2529 mly_printf(sc, "battery backup %s\n", mi->bbu_present ? "present" : "not installed"); in mly_describe_controller()
2530 mly_printf(sc, "maximum data transfer %d blocks, maximum sg entries/command %d\n", in mly_describe_controller()
2532 mly_printf(sc, "logical devices present/critical/offline %d/%d/%d\n", in mly_describe_controller()
2534 mly_printf(sc, "physical devices present %d\n", in mly_describe_controller()
2536 mly_printf(sc, "physical disks present/offline %d/%d\n", in mly_describe_controller()
2538 mly_printf(sc, "%d physical channel%s, %d virtual channel%s of %d possible\n", in mly_describe_controller()
2542 mly_printf(sc, "%d parallel commands supported\n", mi->maximum_parallel_commands); in mly_describe_controller()
2543 mly_printf(sc, "%dMB flash ROM, %d of %d maximum cycles\n", in mly_describe_controller()
2555 mly_printf(sc, "IDBR %02x ODBR %02x ERROR %02x (%x %x %x)\n", in mly_printstate()
2562 mly_printf(sc, "IMASK %02x ISTATUS %02x\n", in mly_printstate()
2565 mly_printf(sc, "COMMAND %02x %02x %02x %02x %02x %02x %02x %02x\n", in mly_printstate()
2574 mly_printf(sc, "STATUS %02x %02x %02x %02x %02x %02x %02x %02x\n", in mly_printstate()
2583 mly_printf(sc, " %04x %08x\n", in mly_printstate()
2604 mly_printf(sc, "COMMAND @ %p\n", mc); in mly_print_command()
2605 mly_printf(sc, " slot %d\n", mc->mc_slot); in mly_print_command()
2606 mly_printf(sc, " status 0x%x\n", mc->mc_status); in mly_print_command()
2607 mly_printf(sc, " sense len %d\n", mc->mc_sense); in mly_print_command()
2608 mly_printf(sc, " resid %d\n", mc->mc_resid); in mly_print_command()
2609 mly_printf(sc, " packet %p/0x%llx\n", mc->mc_packet, mc->mc_packetphys); in mly_print_command()
2612 mly_printf(sc, " data %p/%d\n", mc->mc_data, mc->mc_length); in mly_print_command()
2613 …mly_printf(sc, " flags %b\n", mc->mc_flags, "\20\1busy\2complete\3slotted\4mapped\5datain\6da… in mly_print_command()
2614 mly_printf(sc, " complete %p\n", mc->mc_complete); in mly_print_command()
2615 mly_printf(sc, " private %p\n", mc->mc_private); in mly_print_command()
2631 mly_printf(sc, " command_id %d\n", ge->command_id); in mly_print_packet()
2632 mly_printf(sc, " opcode %d\n", ge->opcode); in mly_print_packet()
2633 mly_printf(sc, " command_control fua %d dpo %d est %d dd %s nas %d ddis %d\n", in mly_print_packet()
2640 mly_printf(sc, " data_size %d\n", ge->data_size); in mly_print_packet()
2641 mly_printf(sc, " sense_buffer_address 0x%llx\n", ge->sense_buffer_address); in mly_print_packet()
2642 mly_printf(sc, " lun %d\n", ge->addr.phys.lun); in mly_print_packet()
2643 mly_printf(sc, " target %d\n", ge->addr.phys.target); in mly_print_packet()
2644 mly_printf(sc, " channel %d\n", ge->addr.phys.channel); in mly_print_packet()
2645 mly_printf(sc, " logical device %d\n", ge->addr.log.logdev); in mly_print_packet()
2646 mly_printf(sc, " controller %d\n", ge->addr.phys.controller); in mly_print_packet()
2647 mly_printf(sc, " timeout %d %s\n", in mly_print_packet()
2651 mly_printf(sc, " maximum_sense_size %d\n", ge->maximum_sense_size); in mly_print_packet()
2655 mly_printf(sc, " cdb length %d\n", ss->cdb_length); in mly_print_packet()
2656 mly_printf(sc, " cdb %*D\n", ss->cdb_length, ss->cdb, " "); in mly_print_packet()
2661 mly_printf(sc, " cdb length %d\n", sl->cdb_length); in mly_print_packet()
2662 mly_printf(sc, " cdb 0x%llx\n", sl->cdb_physaddr); in mly_print_packet()
2666 mly_printf(sc, " sub_ioctl 0x%x\n", io->sub_ioctl); in mly_print_packet()
2669 mly_printf(sc, " health_buffer_size %d\n", in mly_print_packet()
2671 mly_printf(sc, " health_buffer_phys 0x%llx\n", in mly_print_packet()
2673 mly_printf(sc, " command_mailbox 0x%llx\n", in mly_print_packet()
2675 mly_printf(sc, " status_mailbox 0x%llx\n", in mly_print_packet()
2698 mly_printf(sc, " param %10D\n", io->param.data.param, " "); in mly_print_packet()
2703 mly_printf(sc, " event %d\n", in mly_print_packet()
2709 mly_printf(sc, " state %d\n", io->param.setraiddevstate.state); in mly_print_packet()
2714 mly_printf(sc, " raid_device %d\n", io->param.xlatephysdevtoraiddev.raid_device); in mly_print_packet()
2715 mly_printf(sc, " controller %d\n", io->param.xlatephysdevtoraiddev.controller); in mly_print_packet()
2716 mly_printf(sc, " channel %d\n", io->param.xlatephysdevtoraiddev.channel); in mly_print_packet()
2717 mly_printf(sc, " target %d\n", io->param.xlatephysdevtoraiddev.target); in mly_print_packet()
2718 mly_printf(sc, " lun %d\n", io->param.xlatephysdevtoraiddev.lun); in mly_print_packet()
2723 mly_printf(sc, " group %d\n", io->param.getgroupconfinfo.group); in mly_print_packet()
2770 mly_printf(sc, " sg table 0x%llx/%d\n", in mly_print_packet()
2773 mly_printf(sc, " 0000 0x%llx/%lld\n", in mly_print_packet()
2775 mly_printf(sc, " 0001 0x%llx/%lld\n", in mly_print_packet()