Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/vr/
Dif_vr.c258 device_printf(sc->vr_dev, "phy read timeout %d:%d\n", phy, reg); in vr_miibus_readreg()
282 device_printf(sc->vr_dev, "phy write timeout %d:%d\n", phy, in vr_miibus_writereg()
331 device_printf(sc->vr_dev, in vr_miibus_statchg()
372 device_printf(sc->vr_dev, in vr_miibus_statchg()
425 device_printf(sc->vr_dev, "%s: setting CAM filter timeout!\n", in vr_cam_data()
537 device_printf(sc->vr_dev, "reset never completed!\n"); in vr_reset()
540 device_printf(sc->vr_dev, in vr_reset()
601 sc->vr_dev = dev; in vr_attach()
883 bus_get_dma_tag(sc->vr_dev), /* parent */ in vr_dma_alloc()
895 device_printf(sc->vr_dev, "failed to create parent DMA tag\n"); in vr_dma_alloc()
[all …]
Dif_vrreg.h715 device_t vr_dev; member