Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/tws/
H A Dtws.c191 sc->tws_dev = dev; in tws_attach()
311 if ((error = bus_teardown_intr(sc->tws_dev, in tws_attach()
319 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()
371 if ((error = bus_teardown_intr(sc->tws_dev, in tws_detach()
377 if (bus_release_resource(sc->tws_dev, in tws_detach()
382 pci_release_msi(sc->tws_dev); in tws_detach()
388 if (bus_release_resource(sc->tws_dev, in tws_detach()
393 if (bus_release_resource(sc->tws_dev, in tws_detach()
[all …]
H A Dtws.h215 device_t tws_dev; /* bus device */ member
H A Dtws_cam.c168 device_get_unit(sc->tws_dev), in tws_cam_attach()
450 device_printf(sc->tws_dev, "%s: (0x%02X: 0x%04X): %s: %s\n", in tws_aen_complete()
1151 device_printf(sc->tws_dev, "Micro controller error.\n"); in tws_intr_attn_error()
1192 device_printf(sc->tws_dev, "Request timed out.\n"); in tws_timeout()
1206 device_printf(sc->tws_dev, "Resetting controller\n"); in tws_reset()
H A Dtws_services.c134 device_printf((sc)->tws_dev, array[index].fmt, in tws_log()
H A Dtws_hdm.c228 device_printf( sc->tws_dev, in tws_display_ctlr_info()