Home
last modified time | relevance | path

Searched refs:vr_dev (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/via_rhine/dev/vr/
H A Dif_vr.c257 device_printf(sc->vr_dev, "phy read timeout %d:%d\n", phy, reg); in vr_miibus_readreg()
281 device_printf(sc->vr_dev, "phy write timeout %d:%d\n", phy, in vr_miibus_writereg()
330 device_printf(sc->vr_dev, in vr_miibus_statchg()
371 device_printf(sc->vr_dev, in vr_miibus_statchg()
423 device_printf(sc->vr_dev, "%s: setting CAM filter timeout!\n", in vr_cam_data()
549 device_printf(sc->vr_dev, "reset never completed!\n"); in vr_reset()
552 device_printf(sc->vr_dev, in vr_reset()
613 sc->vr_dev = dev; in vr_attach()
894 bus_get_dma_tag(sc->vr_dev), /* parent */ in vr_dma_alloc()
906 device_printf(sc->vr_dev, "failed to create parent DMA tag\n"); in vr_dma_alloc()
[all …]
H A Dif_vrreg.h713 device_t vr_dev; member