Home
last modified time | relevance | path

Searched refs:aac_dev (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/aac/
H A Daac_debug.c173 device_printf(sc->aac_dev, in aac_print_fib()
227 device_printf(sc->aac_dev, in aac_print_fib()
234 device_printf(sc->aac_dev, in aac_print_fib()
243 device_printf(sc->aac_dev, in aac_print_fib()
415 device_printf(sc->aac_dev, in aac_print_aif()
420 device_printf(sc->aac_dev, in aac_print_aif()
425 device_printf(sc->aac_dev, in aac_print_aif()
432 device_printf(sc->aac_dev, in aac_print_aif()
439 device_printf(sc->aac_dev, in aac_print_aif()
446 device_printf(sc->aac_dev, in aac_print_aif()
[all …]
H A Daac.c311 device_printf(sc->aac_dev, in aac_attach()
334 device_printf(sc->aac_dev, in aac_attach()
561 device_printf(sc->aac_dev, in aac_alloc()
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()
1989 device_printf(sc->aac_dev, in aac_init()
2724 device_printf(sc->aac_dev, in aac_describe_controller()
2800 device_busy(sc->aac_dev); in aac_open()
3018 device_printf(sc->aac_dev, in aac_ioctl_sendfib()
[all …]
H A Daac_cam.c125 device_printf(sc->aac_dev, in aac_cam_rescan()
134 device_printf(sc->aac_dev, in aac_cam_rescan()
159 device_printf(sc->aac_dev, "unknown event %d in aac_cam\n", in aac_cam_event()
370 device_printf(sc->aac_dev, "Unsupported command 0x%x\n", in aac_cam_action()
388 device_printf(sc->aac_dev, in aac_cam_action()
585 device_printf(sc->aac_dev, "Passthru FIB failed!\n"); in aac_cam_complete()
658 device_printf(sc->aac_dev,"Error %d sending ResetBus command\n", in aac_cam_reset_bus()
H A Daac_disk.c107 device_printf(sc->ad_controller->aac_dev, in aac_disk_open()
257 device_printf(sc->aac_dev, in aac_disk_dump()
311 device_printf(sc->aac_dev, in aac_disk_dump()
H A Daac_pci.c347 sc->aac_dev = dev; in aac_pci_attach()
430 if ((sc->aac_irq = bus_alloc_resource_any(sc->aac_dev, SYS_RES_IRQ, in aac_pci_attach()
H A Daacvar.h313 device_t aac_dev; member
480 device_printf(((struct aac_softc *)sc)->aac_dev, \
628 device_printf(sc->aac_dev, "**Monitor** %.*s", AAC_PRINTF_BUFSIZE, in aac_print_printf()
/freebsd/sys/dev/aacraid/
H A Daacraid_debug.c87 device_printf(sc->aac_dev, in aacraid_print_fib()
140 device_printf(sc->aac_dev, in aacraid_print_fib()
147 device_printf(sc->aac_dev, in aacraid_print_fib()
156 device_printf(sc->aac_dev, in aacraid_print_fib()
328 device_printf(sc->aac_dev, in aacraid_print_aif()
333 device_printf(sc->aac_dev, in aacraid_print_aif()
338 device_printf(sc->aac_dev, in aacraid_print_aif()
345 device_printf(sc->aac_dev, in aacraid_print_aif()
352 device_printf(sc->aac_dev, in aacraid_print_aif()
359 device_printf(sc->aac_dev, in aacraid_print_aif()
[all …]
H A Daacraid_pci.c161 sc->aac_dev = dev; in aacraid_pci_attach()
170 command = pci_read_config(sc->aac_dev, PCIR_COMMAND, 2); in aacraid_pci_attach()
172 device_printf(sc->aac_dev, "can't enable bus-master feature\n"); in aacraid_pci_attach()
193 device_printf(sc->aac_dev, "unknown hardware type\n"); in aacraid_pci_attach()
205 if ((sc->aac_regs_res0 = bus_alloc_resource_any(sc->aac_dev, in aacraid_pci_attach()
207 device_printf(sc->aac_dev, in aacraid_pci_attach()
215 if ((sc->aac_regs_res1 = bus_alloc_resource_any(sc->aac_dev, in aacraid_pci_attach()
217 device_printf(sc->aac_dev, in aacraid_pci_attach()
240 device_printf(sc->aac_dev, "can't allocate parent DMA tag\n"); in aacraid_pci_attach()
H A Daacraid.c312 device_printf(sc->aac_dev, in aacraid_attach()
429 device_printf(sc->aac_dev, in aac_get_container_info()
634 device_printf(sc->aac_dev, in aac_alloc()
1052 wakeup(sc->aac_dev); in aac_command_thread()
1193 device_printf(sc->aac_dev, in aac_alloc_commands()
1825 device_printf(sc->aac_dev, in aac_init()
1849 dev = sc->aac_dev; in aac_define_int_mode()
1939 dev = sc->aac_dev; in aac_find_pci_capability()
2540 device_printf(sc->aac_dev, in aac_describe_controller()
2602 device_busy(sc->aac_dev); in aac_open()
[all …]
H A Daacraid_cam.c182 device_printf(sc->aac_dev, in aac_cam_rescan()
191 device_printf(sc->aac_dev, in aac_cam_rescan()
216 device_printf(sc->aac_dev, "unknown event %d in aac_cam\n", in aac_cam_event()
370 device_printf(sc->aac_dev, in aac_container_rw_command()
624 device_printf(sc->aac_dev, in aac_container_special_command()
861 device_printf(sc->aac_dev, in aac_passthrough_command()
1083 device_printf(sc->aac_dev, "Unsupported command 0x%x\n", in aac_cam_action()
1166 device_printf(sc->aac_dev, "Passthru FIB failed!\n"); in aac_cam_complete()
1273 device_printf(sc->aac_dev, in aac_cam_reset_bus()
1315 device_printf(sc->aac_dev,"Error sending ResetBus command\n"); in aac_cam_reset_bus()
H A Daacraid_var.h327 device_t aac_dev; member
640 device_printf(sc->aac_dev, "**Monitor** %.*s", AAC_PRINTF_BUFSIZE, in aac_print_printf()