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()
1126 bus_get_dma_tag(sc->ste_dev), /* parent */ in ste_dma_alloc()
1138 device_printf(sc->ste_dev, in ste_dma_alloc()
1157 device_printf(sc->ste_dev, in ste_dma_alloc()
1176 device_printf(sc->ste_dev, in ste_dma_alloc()
1195 device_printf(sc->ste_dev, "could not create Tx DMA tag.\n"); in ste_dma_alloc()
1213 device_printf(sc->ste_dev, "could not create Rx DMA tag.\n"); in ste_dma_alloc()
1223 device_printf(sc->ste_dev, in ste_dma_alloc()
1232 device_printf(sc->ste_dev, in ste_dma_alloc()
1244 device_printf(sc->ste_dev, in ste_dma_alloc()
1253 device_printf(sc->ste_dev, in ste_dma_alloc()
1270 device_printf(sc->ste_dev, in ste_dma_alloc()
1278 device_printf(sc->ste_dev, in ste_dma_alloc()
1291 device_printf(sc->ste_dev, in ste_dma_alloc()
1524 device_printf(sc->ste_dev, in ste_init_locked()
1652 device_printf(sc->ste_dev, "Stopping MAC timed out\n"); in ste_stop()
1709 device_printf(sc->ste_dev, "global reset never completed\n"); in ste_reset()
1729 device_printf(sc->ste_dev, "starting Tx failed"); in ste_restart_tx()
2002 if (pci_find_cap(sc->ste_dev, PCIY_PMG, &pmc) == 0) { in ste_resume()
2004 pmstat = pci_read_config(sc->ste_dev, in ste_resume()
2008 pci_write_config(sc->ste_dev, in ste_resume()
2036 ctx = device_get_sysctl_ctx(sc->ste_dev); in ste_sysctl_node()
2037 child = SYSCTL_CHILDREN(device_get_sysctl_tree(sc->ste_dev)); in ste_sysctl_node()
2043 resource_int_value(device_get_name(sc->ste_dev), in ste_sysctl_node()
2044 device_get_unit(sc->ste_dev), "int_rx_mod", &sc->ste_int_rx_mod); in ste_sysctl_node()
2106 if (pci_find_cap(sc->ste_dev, PCIY_PMG, &pmc) != 0) { in ste_setwol()
2121 pmstat = pci_read_config(sc->ste_dev, pmc + PCIR_POWER_STATUS, 2); in ste_setwol()
2125 pci_write_config(sc->ste_dev, pmc + PCIR_POWER_STATUS, pmstat, 2); in ste_setwol()