Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/tws/
H A Dtws.c188 sc->tws_dev = dev; in tws_attach()
318 if (bus_release_resource(sc->tws_dev, in tws_attach()
327 if (bus_release_resource(sc->tws_dev, in tws_attach()
332 if (bus_release_resource(sc->tws_dev, in tws_attach()
376 if (bus_release_resource(sc->tws_dev, in tws_detach()
383 pci_release_msi(sc->tws_dev); in tws_detach()
397 if (bus_release_resource(sc->tws_dev, in tws_detach()
402 if (bus_release_resource(sc->tws_dev, in tws_detach()
459 error = bus_teardown_intr(sc->tws_dev, in tws_teardown_intr()
482 device_printf(sc->tws_dev, "Using legacy INTx\n"); in tws_setup_irq()
[all …]
H A Dtws_cam.c156 device_get_unit(sc->tws_dev), in tws_cam_attach()
167 sc->tws_dev, in tws_cam_attach()
408 device_printf(sc->tws_dev, "%s: (0x%02X: 0x%04X): %s: %s\n", in tws_aen_complete()
493 device_printf(sc->tws_dev, "OBFL Overrun\n"); in tws_err_complete()
1036 device_printf(sc->tws_dev, "null softc!!!\n"); in tws_intr()
1088 device_printf(sc->tws_dev, "Micro controller error.\n"); in tws_intr_attn_error()
1145 device_printf(sc->tws_dev, "I/O Request timed out... Resetting controller\n"); in tws_timeout()
1147 device_printf(sc->tws_dev, "IOCTL Request timed out... Resetting controller\n"); in tws_timeout()
1179 device_printf(sc->tws_dev, "Resetting controller\n"); in tws_reset()
1222 device_printf(sc->tws_dev, " ... Controller ready flag NOT found!\n"); in tws_reset_cb()
[all …]
H A Dtws.h217 device_t tws_dev; /* bus device */ member
H A Dtws_hdm.c131 device_printf(sc->tws_dev, "OBFL Overrun\n"); in tws_init_obfl_q()
234 device_printf( sc->tws_dev, in tws_display_ctlr_info()
H A Dtws_services.c133 device_printf((sc)->tws_dev, array[index].fmt, in tws_log()