Lines Matching refs:sis_dev
514 device_printf(sc->sis_dev, in sis_miibus_readreg()
566 device_printf(sc->sis_dev, in sis_miibus_writereg()
648 device_printf(sc->sis_dev, in sis_miibus_statchg()
850 device_printf(sc->sis_dev, "reset never completed\n"); in sis_reset()
905 sc->sis_dev = dev; in sis_attach()
1069 if (pci_find_cap(sc->sis_dev, PCIY_PMG, &pmc) == 0) { in sis_attach()
1197 device_printf(sc->sis_dev, in sis_dma_ring_alloc()
1205 device_printf(sc->sis_dev, in sis_dma_ring_alloc()
1214 device_printf(sc->sis_dev, in sis_dma_ring_alloc()
1230 error = bus_dma_tag_create(bus_get_dma_tag(sc->sis_dev), in sis_dma_alloc()
1235 device_printf(sc->sis_dev, in sis_dma_alloc()
1259 device_printf(sc->sis_dev, "could not allocate RX dma tag\n"); in sis_dma_alloc()
1269 device_printf(sc->sis_dev, "could not allocate TX dma tag\n"); in sis_dma_alloc()
1276 device_printf(sc->sis_dev, in sis_dma_alloc()
1285 device_printf(sc->sis_dev, in sis_dma_alloc()
1297 device_printf(sc->sis_dev, in sis_dma_alloc()
1631 sis_miibus_statchg(sc->sis_dev); in sis_tick()
1988 device_printf(sc->sis_dev, in sis_initl()
2201 device_printf(sc->sis_dev, "watchdog timeout\n"); in sis_watchdog()
2344 if (pci_find_cap(sc->sis_dev, PCIY_PMG, &pmc) != 0) in sis_wol()
2351 pmstat = pci_read_config(sc->sis_dev, in sis_wol()
2356 pci_write_config(sc->sis_dev, in sis_wol()
2367 ctx = device_get_sysctl_ctx(sc->sis_dev); in sis_add_sysctls()
2368 children = SYSCTL_CHILDREN(device_get_sysctl_tree(sc->sis_dev)); in sis_add_sysctls()