Searched refs:ste_dev (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ste/ |
H A D | if_ste.c | 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() [all …]
|
H A D | if_stereg.h | 577 device_t ste_dev; member
|