Lines Matching refs:ste_dev
351 device_printf(sc->ste_dev, "command never completed!\n"); in ste_wait()
373 device_printf(sc->ste_dev, "eeprom failed to come ready\n"); in ste_eeprom_wait()
695 device_printf(sc->ste_dev, "TX error : 0x%b\n", in ste_txeoc()
703 device_printf(sc->ste_dev, in ste_txeoc()
749 ste_miibus_statchg(sc->ste_dev); in ste_tick()
911 sc->ste_dev = dev; in ste_attach()
939 resource_int_value(device_get_name(sc->ste_dev), in ste_attach()
940 device_get_unit(sc->ste_dev), "prefer_iomap", in ste_attach()
1124 bus_get_dma_tag(sc->ste_dev), /* parent */ in ste_dma_alloc()
1136 device_printf(sc->ste_dev, in ste_dma_alloc()
1155 device_printf(sc->ste_dev, in ste_dma_alloc()
1174 device_printf(sc->ste_dev, in ste_dma_alloc()
1193 device_printf(sc->ste_dev, "could not create Tx DMA tag.\n"); in ste_dma_alloc()
1211 device_printf(sc->ste_dev, "could not create Rx DMA tag.\n"); in ste_dma_alloc()
1221 device_printf(sc->ste_dev, in ste_dma_alloc()
1230 device_printf(sc->ste_dev, in ste_dma_alloc()
1242 device_printf(sc->ste_dev, in ste_dma_alloc()
1251 device_printf(sc->ste_dev, in ste_dma_alloc()
1268 device_printf(sc->ste_dev, in ste_dma_alloc()
1276 device_printf(sc->ste_dev, in ste_dma_alloc()
1289 device_printf(sc->ste_dev, in ste_dma_alloc()
1522 device_printf(sc->ste_dev, in ste_init_locked()
1650 device_printf(sc->ste_dev, "Stopping MAC timed out\n"); in ste_stop()
1707 device_printf(sc->ste_dev, "global reset never completed\n"); in ste_reset()
1727 device_printf(sc->ste_dev, "starting Tx failed"); in ste_restart_tx()
2000 if (pci_find_cap(sc->ste_dev, PCIY_PMG, &pmc) == 0) { in ste_resume()
2002 pmstat = pci_read_config(sc->ste_dev, in ste_resume()
2006 pci_write_config(sc->ste_dev, in ste_resume()
2034 ctx = device_get_sysctl_ctx(sc->ste_dev); in ste_sysctl_node()
2035 child = SYSCTL_CHILDREN(device_get_sysctl_tree(sc->ste_dev)); in ste_sysctl_node()
2041 resource_int_value(device_get_name(sc->ste_dev), in ste_sysctl_node()
2042 device_get_unit(sc->ste_dev), "int_rx_mod", &sc->ste_int_rx_mod); in ste_sysctl_node()
2104 if (pci_find_cap(sc->ste_dev, PCIY_PMG, &pmc) != 0) { in ste_setwol()
2119 pmstat = pci_read_config(sc->ste_dev, pmc + PCIR_POWER_STATUS, 2); in ste_setwol()
2123 pci_write_config(sc->ste_dev, pmc + PCIR_POWER_STATUS, pmstat, 2); in ste_setwol()