Home
last modified time | relevance | path

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

/freebsd/sys/dev/tws/
H A Dtws.c186 sc->tws_dev = dev; in tws_attach()
316 if (bus_release_resource(sc->tws_dev, in tws_attach()
325 if (bus_release_resource(sc->tws_dev, in tws_attach()
330 if (bus_release_resource(sc->tws_dev, in tws_attach()
374 if (bus_release_resource(sc->tws_dev, in tws_detach()
381 pci_release_msi(sc->tws_dev); in tws_detach()
395 if (bus_release_resource(sc->tws_dev, in tws_detach()
400 if (bus_release_resource(sc->tws_dev, in tws_detach()
457 bus_teardown_intr(sc->tws_dev, in tws_teardown_intr()
480 device_printf(sc->tws_dev, "Using legacy INTx\n"); in tws_setup_irq()
[all …]
H A Dtws_cam.c154 device_get_unit(sc->tws_dev), in tws_cam_attach()
165 sc->tws_dev, in tws_cam_attach()
406 device_printf(sc->tws_dev, "%s: (0x%02X: 0x%04X): %s: %s\n", in tws_aen_complete()
491 device_printf(sc->tws_dev, "OBFL Overrun\n"); in tws_err_complete()
1034 device_printf(sc->tws_dev, "null softc!!!\n"); in tws_intr()
1084 device_printf(sc->tws_dev, "Micro controller error.\n"); in tws_intr_attn_error()
1141 device_printf(sc->tws_dev, "I/O Request timed out... Resetting controller\n"); in tws_timeout()
1143 device_printf(sc->tws_dev, "IOCTL Request timed out... Resetting controller\n"); in tws_timeout()
1175 device_printf(sc->tws_dev, "Resetting controller\n"); in tws_reset()
1218 device_printf(sc->tws_dev, " ... Controller ready flag NOT found!\n"); in tws_reset_cb()
[all …]
H A Dtws.h215 device_t tws_dev; /* bus device */ member
H A Dtws_hdm.c129 device_printf(sc->tws_dev, "OBFL Overrun\n"); in tws_init_obfl_q()
232 device_printf( sc->tws_dev, in tws_display_ctlr_info()
H A Dtws_services.c131 device_printf((sc)->tws_dev, array[index].fmt, in tws_log()