| /freebsd/sys/dev/aac/ |
| H A D | aac_debug.c | 62 device_printf(sc->aac_dev, "FIB queue header at %p queues at %p\n", in aac_print_queues() 65 device_printf(sc->aac_dev, "HOST_NORM_CMD %d/%d (%d)\n", in aac_print_queues() 71 device_printf(sc->aac_dev, "HOST_HIGH_CMD %d/%d (%d)\n", in aac_print_queues() 77 device_printf(sc->aac_dev, "ADAP_NORM_CMD %d/%d (%d)\n", in aac_print_queues() 83 device_printf(sc->aac_dev, "ADAP_HIGH_CMD %d/%d (%d)\n", in aac_print_queues() 89 device_printf(sc->aac_dev, "HOST_NORM_RESP %d/%d (%d)\n", in aac_print_queues() 95 device_printf(sc->aac_dev, "HOST_HIGH_RESP %d/%d (%d)\n", in aac_print_queues() 101 device_printf(sc->aac_dev, "ADAP_NORM_RESP %d/%d (%d)\n", in aac_print_queues() 107 device_printf(sc->aac_dev, "ADAP_HIGH_RESP %d/%d (%d)\n", in aac_print_queues() 113 device_printf(sc->aac_dev, "AACQ_FREE %d/%d\n", in aac_print_queues() [all …]
|
| H A D | aac.c | 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 bus_attach_children(sc->aac_dev); in aac_startup() 476 if ((child = device_add_child(sc->aac_dev, "aacd", DEVICE_UNIT_ANY)) == NULL) in aac_add_container() [all …]
|
| H A D | aac_cam.c | 125 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 D | aac_disk.c | 107 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 D | aac_pci.c | 347 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 D | aacvar.h | 313 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 D | aacraid_debug.c | 70 device_printf(sc->aac_dev, "AACQ_FREE %d/%d\n", in aacraid_print_queues() 72 device_printf(sc->aac_dev, "AACQ_READY %d/%d\n", in aacraid_print_queues() 75 device_printf(sc->aac_dev, "AACQ_BUSY %d/%d\n", in aacraid_print_queues() 86 device_printf(sc->aac_dev, in aacraid_print_fib() 90 device_printf(sc->aac_dev, "%s: FIB @ %p\n", caller, fib); in aacraid_print_fib() 91 device_printf(sc->aac_dev, " XferState %b\n", fib->Header.XferState, in aacraid_print_fib() 114 device_printf(sc->aac_dev, " Command %d\n", fib->Header.Command); in aacraid_print_fib() 115 device_printf(sc->aac_dev, " StructType %d\n", in aacraid_print_fib() 117 device_printf(sc->aac_dev, " Size %d\n", fib->Header.Size); in aacraid_print_fib() 118 device_printf(sc->aac_dev, " SenderSize %d\n", in aacraid_print_fib() [all …]
|
| H A D | aacraid_pci.c | 161 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 D | aacraid.c | 246 sc->hint_flags = device_get_flags(sc->aac_dev); in aacraid_attach() 299 unit = device_get_unit(sc->aac_dev); in aacraid_attach() 311 sc->aac_dev, SHUTDOWN_PRI_DEFAULT)) == NULL) in aacraid_attach() 312 device_printf(sc->aac_dev, in aacraid_attach() 338 bus_attach_children(sc->aac_dev); in aacraid_attach() 406 device_printf(sc->aac_dev, "aac_add event: unknown event %d\n", in aacraid_add_event() 429 device_printf(sc->aac_dev, in aac_get_container_info() 453 device_printf(sc->aac_dev, "Error probing container %d\n", cid); in aac_get_container_info() 473 device_printf(sc->aac_dev, "Error probing container %d\n", cid); in aac_get_container_info() 587 device_printf(sc->aac_dev, "can't allocate buffer DMA tag\n"); in aac_alloc() [all …]
|
| H A D | aacraid_cam.c | 182 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 D | aacraid_var.h | 327 device_t aac_dev; member 640 device_printf(sc->aac_dev, "**Monitor** %.*s", AAC_PRINTF_BUFSIZE, in aac_print_printf()
|