Lines Matching refs:aac_dev

299 	SYSCTL_ADD_INT(device_get_sysctl_ctx(sc->aac_dev),  in aac_attach()
300 SYSCTL_CHILDREN(device_get_sysctl_tree(sc->aac_dev)), in aac_attach()
311 device_printf(sc->aac_dev, in aac_attach()
319 unit = device_get_unit(sc->aac_dev); in aac_attach()
333 sc->aac_dev, SHUTDOWN_PRI_DEFAULT)) == NULL) in aac_attach()
334 device_printf(sc->aac_dev, in aac_attach()
380 device_printf(sc->aac_dev, "aac_add event: unknown event %d\n", in aac_add_event()
403 device_printf(sc->aac_dev, "Error probing container %d\n", cid); in aac_get_container_info()
444 if (bus_generic_attach(sc->aac_dev)) in aac_startup()
445 device_printf(sc->aac_dev, "bus_generic_attach failed\n"); in aac_startup()
477 if ((child = device_add_child(sc->aac_dev, "aacd", -1)) == NULL) in aac_add_container()
478 device_printf(sc->aac_dev, "device_add_child failed\n"); in aac_add_container()
519 device_printf(sc->aac_dev, "can't allocate buffer DMA tag\n"); in aac_alloc()
541 device_printf(sc->aac_dev, "can't allocate FIB DMA tag\n"); in aac_alloc()
561 device_printf(sc->aac_dev, in aac_alloc()
567 device_printf(sc->aac_dev, "can't allocate common structure\n"); in aac_alloc()
635 bus_teardown_intr(sc->aac_dev, sc->aac_irq, sc->aac_intr); in aac_free()
637 bus_release_resource(sc->aac_dev, SYS_RES_IRQ, in aac_free()
639 pci_release_msi(sc->aac_dev); in aac_free()
652 bus_release_resource(sc->aac_dev, SYS_RES_MEMORY, in aac_free()
655 bus_release_resource(sc->aac_dev, SYS_RES_MEMORY, in aac_free()
679 msleep(sc->aac_dev, &sc->aac_io_lock, PUSER, "aacdch", 0); in aac_detach()
742 device_printf(sc->aac_dev, "shutting down controller..."); in aac_shutdown()
1075 device_printf(sc->aac_dev, "unknown command " in aac_command_thread()
1109 wakeup(sc->aac_dev); in aac_command_thread()
1144 device_printf(sc->aac_dev, in aac_complete()
1475 device_printf(sc->aac_dev, in aac_alloc_commands()
1701 device_printf(sc->aac_dev, "FATAL: selftest failed\n"); in aac_check_firmware()
1705 device_printf(sc->aac_dev, in aac_check_firmware()
1710 device_printf(sc->aac_dev, in aac_check_firmware()
1724 device_printf(sc->aac_dev, in aac_check_firmware()
1733 device_printf(sc->aac_dev, in aac_check_firmware()
1747 device_printf(sc->aac_dev, in aac_check_firmware()
1763 device_printf(sc->aac_dev, in aac_check_firmware()
1781 bus_release_resource(sc->aac_dev, SYS_RES_MEMORY, rid, in aac_check_firmware()
1783 sc->aac_regs_res1 = bus_alloc_resource_anywhere(sc->aac_dev, in aac_check_firmware()
1787 sc->aac_dev, SYS_RES_MEMORY, &rid, RF_ACTIVE); in aac_check_firmware()
1789 device_printf(sc->aac_dev, in aac_check_firmware()
1832 device_printf(sc->aac_dev, "Enable Raw I/O\n"); in aac_check_firmware()
1837 device_printf(sc->aac_dev, "Enable 64-bit array\n"); in aac_check_firmware()
1890 device_printf(sc->aac_dev, "New comm. interface enabled\n"); in aac_init()
1989 device_printf(sc->aac_dev, in aac_init()
2005 if (bus_setup_intr(sc->aac_dev, sc->aac_irq, in aac_setup_intr()
2008 device_printf(sc->aac_dev, "can't set up interrupt\n"); in aac_setup_intr()
2012 if (bus_setup_intr(sc->aac_dev, sc->aac_irq, in aac_setup_intr()
2015 device_printf(sc->aac_dev, in aac_setup_intr()
2352 device_printf(sc->aac_dev, in aac_timeout()
2364 device_printf(sc->aac_dev, "WARNING! Controller is no " in aac_timeout()
2704 device_printf(sc->aac_dev, "RequestAdapterInfo failed\n"); in aac_describe_controller()
2715 device_printf(sc->aac_dev, "%s %dMHz, %dMB memory " in aac_describe_controller()
2724 device_printf(sc->aac_dev, in aac_describe_controller()
2732 device_printf(sc->aac_dev, "Supported Options=%b\n", in aac_describe_controller()
2759 device_printf(sc->aac_dev, in aac_describe_controller()
2765 device_printf(sc->aac_dev, "%s, aac driver %d.%d.%d-%d\n", in aac_describe_controller()
2800 device_busy(sc->aac_dev); in aac_open()
3002 device_printf(sc->aac_dev, "incoming FIB oversized (%d > %d)\n", in aac_ioctl_sendfib()
3018 device_printf(sc->aac_dev, in aac_ioctl_sendfib()
3028 device_printf(sc->aac_dev, "outbound FIB oversized (%d > %d)\n", in aac_ioctl_sendfib()
3209 device_unbusy(sc->aac_dev); in aac_cdevpriv_dtor()
3306 device_delete_child(sc->aac_dev, in aac_handle_aif()
3327 bus_generic_attach(sc->aac_dev); in aac_handle_aif()
3576 device_printf(sc->aac_dev, in aac_return_aif()
3597 pciinf.bus = pci_get_bus(sc->aac_dev); in aac_get_pci_info()
3598 pciinf.slot = pci_get_slot(sc->aac_dev); in aac_get_pci_info()
3685 query_disk.Bus = device_get_unit(sc->aac_dev); in aac_query_disk()
3725 device_printf(sc->aac_dev, "Error %d sending " in aac_get_bus_info()
3734 device_printf(sc->aac_dev, "VM_ContainerConfig returned 0x%x\n", in aac_get_bus_info()
3755 device_printf(sc->aac_dev, "Error %d sending VMIoctl command\n", in aac_get_bus_info()
3764 device_printf(sc->aac_dev, "VM_Ioctl returned %d\n", in aac_get_bus_info()
3783 device_printf(sc->aac_dev, in aac_get_bus_info()
3788 child = device_add_child(sc->aac_dev, "aacp", -1); in aac_get_bus_info()
3790 device_printf(sc->aac_dev, in aac_get_bus_info()
3811 bus_generic_attach(sc->aac_dev); in aac_get_bus_info()