Lines Matching refs:aac_dev

300 	SYSCTL_ADD_INT(device_get_sysctl_ctx(sc->aac_dev),  in aac_attach()
301 SYSCTL_CHILDREN(device_get_sysctl_tree(sc->aac_dev)), in aac_attach()
312 device_printf(sc->aac_dev, in aac_attach()
320 unit = device_get_unit(sc->aac_dev); in aac_attach()
334 sc->aac_dev, SHUTDOWN_PRI_DEFAULT)) == NULL) in aac_attach()
335 device_printf(sc->aac_dev, in aac_attach()
381 device_printf(sc->aac_dev, "aac_add event: unknown event %d\n", in aac_add_event()
404 device_printf(sc->aac_dev, "Error probing container %d\n", cid); in aac_get_container_info()
445 if (bus_generic_attach(sc->aac_dev)) in aac_startup()
446 device_printf(sc->aac_dev, "bus_generic_attach failed\n"); in aac_startup()
478 if ((child = device_add_child(sc->aac_dev, "aacd", -1)) == NULL) in aac_add_container()
479 device_printf(sc->aac_dev, "device_add_child failed\n"); in aac_add_container()
520 device_printf(sc->aac_dev, "can't allocate buffer DMA tag\n"); in aac_alloc()
542 device_printf(sc->aac_dev, "can't allocate FIB DMA tag\n"); in aac_alloc()
562 device_printf(sc->aac_dev, in aac_alloc()
568 device_printf(sc->aac_dev, "can't allocate common structure\n"); in aac_alloc()
636 bus_teardown_intr(sc->aac_dev, sc->aac_irq, sc->aac_intr); in aac_free()
638 bus_release_resource(sc->aac_dev, SYS_RES_IRQ, in aac_free()
640 pci_release_msi(sc->aac_dev); in aac_free()
653 bus_release_resource(sc->aac_dev, SYS_RES_MEMORY, in aac_free()
656 bus_release_resource(sc->aac_dev, SYS_RES_MEMORY, in aac_free()
680 msleep(sc->aac_dev, &sc->aac_io_lock, PUSER, "aacdch", 0); in aac_detach()
743 device_printf(sc->aac_dev, "shutting down controller..."); in aac_shutdown()
1077 device_printf(sc->aac_dev, "unknown command " in aac_command_thread()
1111 wakeup(sc->aac_dev); in aac_command_thread()
1146 device_printf(sc->aac_dev, in aac_complete()
1477 device_printf(sc->aac_dev, in aac_alloc_commands()
1704 device_printf(sc->aac_dev, "FATAL: selftest failed\n"); in aac_check_firmware()
1708 device_printf(sc->aac_dev, in aac_check_firmware()
1713 device_printf(sc->aac_dev, in aac_check_firmware()
1727 device_printf(sc->aac_dev, in aac_check_firmware()
1736 device_printf(sc->aac_dev, in aac_check_firmware()
1750 device_printf(sc->aac_dev, in aac_check_firmware()
1766 device_printf(sc->aac_dev, in aac_check_firmware()
1784 bus_release_resource(sc->aac_dev, SYS_RES_MEMORY, rid, in aac_check_firmware()
1786 sc->aac_regs_res1 = bus_alloc_resource_anywhere(sc->aac_dev, in aac_check_firmware()
1790 sc->aac_dev, SYS_RES_MEMORY, &rid, RF_ACTIVE); in aac_check_firmware()
1792 device_printf(sc->aac_dev, in aac_check_firmware()
1835 device_printf(sc->aac_dev, "Enable Raw I/O\n"); in aac_check_firmware()
1840 device_printf(sc->aac_dev, "Enable 64-bit array\n"); in aac_check_firmware()
1893 device_printf(sc->aac_dev, "New comm. interface enabled\n"); in aac_init()
1992 device_printf(sc->aac_dev, in aac_init()
2008 if (bus_setup_intr(sc->aac_dev, sc->aac_irq, in aac_setup_intr()
2011 device_printf(sc->aac_dev, "can't set up interrupt\n"); in aac_setup_intr()
2015 if (bus_setup_intr(sc->aac_dev, sc->aac_irq, in aac_setup_intr()
2018 device_printf(sc->aac_dev, in aac_setup_intr()
2355 device_printf(sc->aac_dev, in aac_timeout()
2367 device_printf(sc->aac_dev, "WARNING! Controller is no " in aac_timeout()
2707 device_printf(sc->aac_dev, "RequestAdapterInfo failed\n"); in aac_describe_controller()
2718 device_printf(sc->aac_dev, "%s %dMHz, %dMB memory " in aac_describe_controller()
2727 device_printf(sc->aac_dev, in aac_describe_controller()
2735 device_printf(sc->aac_dev, "Supported Options=%b\n", in aac_describe_controller()
2762 device_printf(sc->aac_dev, in aac_describe_controller()
2768 device_printf(sc->aac_dev, "%s, aac driver %d.%d.%d-%d\n", in aac_describe_controller()
2803 device_busy(sc->aac_dev); in aac_open()
3005 device_printf(sc->aac_dev, "incoming FIB oversized (%d > %d)\n", in aac_ioctl_sendfib()
3021 device_printf(sc->aac_dev, in aac_ioctl_sendfib()
3031 device_printf(sc->aac_dev, "outbound FIB oversized (%d > %d)\n", in aac_ioctl_sendfib()
3214 device_unbusy(sc->aac_dev); in aac_cdevpriv_dtor()
3312 device_delete_child(sc->aac_dev, in aac_handle_aif()
3333 bus_generic_attach(sc->aac_dev); in aac_handle_aif()
3582 device_printf(sc->aac_dev, in aac_return_aif()
3603 pciinf.bus = pci_get_bus(sc->aac_dev); in aac_get_pci_info()
3604 pciinf.slot = pci_get_slot(sc->aac_dev); in aac_get_pci_info()
3691 query_disk.Bus = device_get_unit(sc->aac_dev); in aac_query_disk()
3731 device_printf(sc->aac_dev, "Error %d sending " in aac_get_bus_info()
3740 device_printf(sc->aac_dev, "VM_ContainerConfig returned 0x%x\n", in aac_get_bus_info()
3761 device_printf(sc->aac_dev, "Error %d sending VMIoctl command\n", in aac_get_bus_info()
3770 device_printf(sc->aac_dev, "VM_Ioctl returned %d\n", in aac_get_bus_info()
3789 device_printf(sc->aac_dev, in aac_get_bus_info()
3794 child = device_add_child(sc->aac_dev, "aacp", -1); in aac_get_bus_info()
3796 device_printf(sc->aac_dev, in aac_get_bus_info()
3817 bus_generic_attach(sc->aac_dev); in aac_get_bus_info()