Lines Matching refs:aac_dev
253 sc->hint_flags = device_get_flags(sc->aac_dev); in aacraid_attach()
307 unit = device_get_unit(sc->aac_dev); in aacraid_attach()
319 sc->aac_dev, SHUTDOWN_PRI_DEFAULT)) == NULL) in aacraid_attach()
320 device_printf(sc->aac_dev, in aacraid_attach()
346 bus_generic_attach(sc->aac_dev); in aacraid_attach()
434 device_printf(sc->aac_dev, "aac_add event: unknown event %d\n", in aacraid_add_event()
457 device_printf(sc->aac_dev, in aac_get_container_info()
480 device_printf(sc->aac_dev, "Error probing container %d\n", cid); in aac_get_container_info()
500 device_printf(sc->aac_dev, "Error probing container %d\n", cid); in aac_get_container_info()
610 device_printf(sc->aac_dev, "can't allocate buffer DMA tag\n"); in aac_alloc()
635 device_printf(sc->aac_dev, "can't allocate FIB DMA tag\n"); in aac_alloc()
657 device_printf(sc->aac_dev, in aac_alloc()
663 device_printf(sc->aac_dev, "can't allocate common structure\n"); in aac_alloc()
723 bus_teardown_intr(sc->aac_dev, in aacraid_free()
726 bus_release_resource(sc->aac_dev, SYS_RES_IRQ, in aacraid_free()
732 pci_release_msi(sc->aac_dev); in aacraid_free()
744 bus_release_resource(sc->aac_dev, SYS_RES_MEMORY, in aacraid_free()
747 bus_release_resource(sc->aac_dev, SYS_RES_MEMORY, in aacraid_free()
788 tsleep(sc->aac_dev, PUSER | PCATCH, "aac_dch", 30 * hz); in aacraid_detach()
831 device_printf(sc->aac_dev, "shutting down controller..."); in aacraid_shutdown()
1071 wakeup(sc->aac_dev); in aac_command_thread()
1212 device_printf(sc->aac_dev, in aac_alloc_commands()
1552 device_printf(sc->aac_dev, in aac_check_firmware()
1576 device_printf(sc->aac_dev, in aac_check_firmware()
1590 device_printf(sc->aac_dev, in aac_check_firmware()
1599 device_printf(sc->aac_dev, in aac_check_firmware()
1612 device_printf(sc->aac_dev, in aac_check_firmware()
1629 device_printf(sc->aac_dev, in aac_check_firmware()
1647 device_printf(sc->aac_dev, "Communication interface not supported!\n"); in aac_check_firmware()
1652 device_printf(sc->aac_dev, in aac_check_firmware()
1656 device_printf(sc->aac_dev, in aac_check_firmware()
1667 sc->aac_dev, SYS_RES_MEMORY, in aac_check_firmware()
1670 sc->aac_dev, SYS_RES_MEMORY, &sc->aac_regs_rid0, in aac_check_firmware()
1674 sc->aac_dev, SYS_RES_MEMORY, in aac_check_firmware()
1677 device_printf(sc->aac_dev, in aac_check_firmware()
1726 device_printf(sc->aac_dev, "Enable Raw I/O\n"); in aac_check_firmware()
1731 device_printf(sc->aac_dev, "Enable 64-bit array\n"); in aac_check_firmware()
1793 device_printf(sc->aac_dev, "New comm. interface type1 enabled\n"); in aac_init()
1798 device_printf(sc->aac_dev, "New comm. interface type2 enabled\n"); in aac_init()
1809 device_printf(sc->aac_dev, "Power Management enabled\n"); in aac_init()
1828 device_printf(sc->aac_dev, in aac_init()
1852 dev = sc->aac_dev; in aac_define_int_mode()
1920 dev = sc->aac_dev; in aac_find_pci_capability()
1964 if ((res = bus_alloc_resource_any(sc->aac_dev,SYS_RES_IRQ, &rid, in aac_setup_intr()
1966 device_printf(sc->aac_dev,"can't allocate interrupt\n"); in aac_setup_intr()
1971 if (aac_bus_setup_intr(sc->aac_dev, res, in aac_setup_intr()
1974 device_printf(sc->aac_dev, "can't set up interrupt\n"); in aac_setup_intr()
2146 device_printf(sc->aac_dev, in aac_timeout()
2468 device_printf(sc->aac_dev, "RequestSupplementAdapterInfo failed\n"); in aac_describe_controller()
2478 device_printf(sc->aac_dev, "%s, aacraid driver %d.%d.%d-%d\n", in aac_describe_controller()
2485 device_printf(sc->aac_dev, "RequestAdapterInfo failed\n"); in aac_describe_controller()
2496 device_printf(sc->aac_dev, "%s %dMHz, %dMB memory " in aac_describe_controller()
2505 device_printf(sc->aac_dev, in aac_describe_controller()
2513 device_printf(sc->aac_dev, "Supported Options=%b\n", in aac_describe_controller()
2568 device_busy(sc->aac_dev); in aac_open()
2769 device_printf(sc->aac_dev, "incoming FIB oversized (%d > %d)\n", in aac_ioctl_sendfib()
2786 device_printf(sc->aac_dev, in aac_ioctl_sendfib()
2796 device_printf(sc->aac_dev, "outbound FIB oversized (%d > %d)\n", in aac_ioctl_sendfib()
3068 device_unbusy(sc->aac_dev); in aac_cdevpriv_dtor()
3445 device_printf(sc->aac_dev, in aac_return_aif()
3465 pciinf.bus = pci_get_bus(sc->aac_dev); in aac_get_pci_info()
3466 pciinf.slot = pci_get_slot(sc->aac_dev); in aac_get_pci_info()
3553 query_disk.Bus = device_get_unit(sc->aac_dev); in aac_query_disk()
3575 device_printf(sc->aac_dev, in aac_container_bus()
3579 child = device_add_child(sc->aac_dev, "aacraidp", -1); in aac_container_bus()
3581 device_printf(sc->aac_dev, in aac_container_bus()
3602 bus_generic_attach(sc->aac_dev); in aac_container_bus()
3630 device_printf(sc->aac_dev, "Error %d sending " in aac_get_bus_info()
3639 device_printf(sc->aac_dev, "VM_ContainerConfig returned 0x%x\n", in aac_get_bus_info()
3660 device_printf(sc->aac_dev, "Error %d sending VMIoctl command\n", in aac_get_bus_info()
3669 device_printf(sc->aac_dev, "VM_Ioctl returned %d\n", in aac_get_bus_info()
3687 device_printf(sc->aac_dev, in aac_get_bus_info()
3692 child = device_add_child(sc->aac_dev, "aacraidp", -1); in aac_get_bus_info()
3694 device_printf(sc->aac_dev, in aac_get_bus_info()
3754 device_printf(sc->aac_dev, "aac_reset_adapter() already in progress\n"); in aac_reset_adapter()
3798 (void) aacraid_shutdown(sc->aac_dev); in aac_reset_adapter()
3821 device_printf(sc->aac_dev, "IOP_RESET not supported\n"); in aac_reset_adapter()
3824 device_printf(sc->aac_dev, "IOP_RESET failed\n"); in aac_reset_adapter()