Home
last modified time | relevance | path

Searched refs:tws_dev (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/dev/tws/
H A Dtws.c193 sc->tws_dev = dev; in tws_attach()
325 if (bus_release_resource(sc->tws_dev, in tws_attach()
334 if (bus_release_resource(sc->tws_dev, in tws_attach()
339 if (bus_release_resource(sc->tws_dev, in tws_attach()
383 if (bus_release_resource(sc->tws_dev, in tws_detach()
390 pci_release_msi(sc->tws_dev); in tws_detach()
404 if (bus_release_resource(sc->tws_dev, in tws_detach()
409 if (bus_release_resource(sc->tws_dev, in tws_detach()
469 error = bus_teardown_intr(sc->tws_dev, in tws_teardown_intr()
493 device_printf(sc->tws_dev, "Using legacy INTx\n"); in tws_setup_irq()
[all …]
H A Dtws_cam.c162 device_get_unit(sc->tws_dev), in tws_cam_attach()
176 sc->tws_dev, in tws_cam_attach()
427 device_printf(sc->tws_dev, "%s: (0x%02X: 0x%04X): %s: %s\n", in tws_aen_complete()
513 device_printf(sc->tws_dev, "OBFL Overrun\n"); in tws_err_complete()
1068 device_printf(sc->tws_dev, "null softc!!!\n"); in tws_intr()
1120 device_printf(sc->tws_dev, "Micro controller error.\n"); in tws_intr_attn_error()
1179 device_printf(sc->tws_dev, "I/O Request timed out... Resetting controller\n"); in tws_timeout()
1181 device_printf(sc->tws_dev, "IOCTL Request timed out... Resetting controller\n"); in tws_timeout()
1213 device_printf(sc->tws_dev, "Resetting controller\n"); in tws_reset()
1256 device_printf(sc->tws_dev, " ... Controller ready flag NOT found!\n"); in tws_reset_cb()
[all …]
H A Dtws.h222 device_t tws_dev; /* bus device */ member
H A Dtws_hdm.c134 device_printf(sc->tws_dev, "OBFL Overrun\n"); in tws_init_obfl_q()
237 device_printf( sc->tws_dev, in tws_display_ctlr_info()
H A Dtws_services.c136 device_printf((sc)->tws_dev, array[index].fmt, in tws_log()