Lines Matching refs:sis_dev
516 device_printf(sc->sis_dev, in sis_miibus_readreg()
568 device_printf(sc->sis_dev, in sis_miibus_writereg()
650 device_printf(sc->sis_dev, in sis_miibus_statchg()
844 device_printf(sc->sis_dev, "reset never completed\n"); in sis_reset()
900 sc->sis_dev = dev; in sis_attach()
1070 if (pci_find_cap(sc->sis_dev, PCIY_PMG, &pmc) == 0) { in sis_attach()
1198 device_printf(sc->sis_dev, in sis_dma_ring_alloc()
1206 device_printf(sc->sis_dev, in sis_dma_ring_alloc()
1215 device_printf(sc->sis_dev, in sis_dma_ring_alloc()
1231 error = bus_dma_tag_create(bus_get_dma_tag(sc->sis_dev), in sis_dma_alloc()
1236 device_printf(sc->sis_dev, in sis_dma_alloc()
1260 device_printf(sc->sis_dev, "could not allocate RX dma tag\n"); in sis_dma_alloc()
1270 device_printf(sc->sis_dev, "could not allocate TX dma tag\n"); in sis_dma_alloc()
1277 device_printf(sc->sis_dev, in sis_dma_alloc()
1286 device_printf(sc->sis_dev, in sis_dma_alloc()
1298 device_printf(sc->sis_dev, in sis_dma_alloc()
1632 sis_miibus_statchg(sc->sis_dev); in sis_tick()
1989 device_printf(sc->sis_dev, in sis_initl()
2202 device_printf(sc->sis_dev, "watchdog timeout\n"); in sis_watchdog()
2345 if (pci_find_cap(sc->sis_dev, PCIY_PMG, &pmc) != 0) in sis_wol()
2352 pmstat = pci_read_config(sc->sis_dev, in sis_wol()
2357 pci_write_config(sc->sis_dev, in sis_wol()
2369 ctx = device_get_sysctl_ctx(sc->sis_dev); in sis_add_sysctls()
2370 children = SYSCTL_CHILDREN(device_get_sysctl_tree(sc->sis_dev)); in sis_add_sysctls()
2372 unit = device_get_unit(sc->sis_dev); in sis_add_sysctls()