Lines Matching refs:vr_dev

258 		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()
912 device_printf(sc->vr_dev, "failed to create Tx ring DMA tag\n"); in vr_dma_alloc()
930 device_printf(sc->vr_dev, "failed to create Rx ring DMA tag\n"); in vr_dma_alloc()
952 device_printf(sc->vr_dev, "failed to create Tx DMA tag\n"); in vr_dma_alloc()
970 device_printf(sc->vr_dev, "failed to create Rx DMA tag\n"); in vr_dma_alloc()
979 device_printf(sc->vr_dev, in vr_dma_alloc()
989 device_printf(sc->vr_dev, in vr_dma_alloc()
1000 device_printf(sc->vr_dev, in vr_dma_alloc()
1010 device_printf(sc->vr_dev, in vr_dma_alloc()
1024 device_printf(sc->vr_dev, in vr_dma_alloc()
1032 device_printf(sc->vr_dev, in vr_dma_alloc()
1043 device_printf(sc->vr_dev, in vr_dma_alloc()
1344 device_printf(sc->vr_dev, "%s: receive error = 0x%b\n", in vr_rxeof()
1484 device_printf(sc->vr_dev, in vr_txeof()
1552 device_printf(sc->vr_dev, "restarting\n"); in vr_tick()
1562 vr_miibus_statchg(sc->vr_dev); in vr_tick()
1621 device_printf(sc->vr_dev, "%s: receive error : 0x%b\n", in vr_poll_locked()
1637 device_printf(sc->vr_dev, "Tx underrun -- "); in vr_tx_underrun()
1652 device_printf(sc->vr_dev, "%s: Tx shutdown error -- " in vr_tx_underrun()
1721 device_printf(sc->vr_dev, "%s: receive error = 0x%b\n", in vr_int_task()
1753 pcis = pci_read_config(sc->vr_dev, PCIR_STATUS, 2); in vr_error()
1754 device_printf(sc->vr_dev, "PCI bus error(0x%04x) -- " in vr_error()
1756 pci_write_config(sc->vr_dev, PCIR_STATUS, pcis, 2); in vr_error()
1772 device_printf(sc->vr_dev, in vr_error()
2061 device_printf(sc->vr_dev, in vr_init_locked()
2439 device_printf(sc->vr_dev, "%s: Rx shutdown error\n", __func__); in vr_stop()
2441 device_printf(sc->vr_dev, "%s: Tx shutdown error\n", __func__); in vr_stop()
2534 pci_find_cap(sc->vr_dev, PCIY_PMG, &pmc) != 0) in vr_setwol()
2573 pmstat = pci_read_config(sc->vr_dev, pmc + PCIR_POWER_STATUS, 2); in vr_setwol()
2577 pci_write_config(sc->vr_dev, pmc + PCIR_POWER_STATUS, pmstat, 2); in vr_setwol()
2627 printf("%s statistics:\n", device_get_nameunit(sc->vr_dev)); in vr_sysctl_stats()