Lines Matching refs:vr_dev

261 		device_printf(sc->vr_dev, "phy read timeout %d:%d\n", phy, reg);
285 device_printf(sc->vr_dev, "phy write timeout %d:%d\n", phy,
334 device_printf(sc->vr_dev,
375 device_printf(sc->vr_dev,
428 device_printf(sc->vr_dev, "%s: setting CAM filter timeout!\n",
540 device_printf(sc->vr_dev, "reset never completed!\n");
543 device_printf(sc->vr_dev,
604 sc->vr_dev = dev;
886 bus_get_dma_tag(sc->vr_dev), /* parent */
898 device_printf(sc->vr_dev, "failed to create parent DMA tag\n");
915 device_printf(sc->vr_dev, "failed to create Tx ring DMA tag\n");
933 device_printf(sc->vr_dev, "failed to create Rx ring DMA tag\n");
955 device_printf(sc->vr_dev, "failed to create Tx DMA tag\n");
973 device_printf(sc->vr_dev, "failed to create Rx DMA tag\n");
982 device_printf(sc->vr_dev,
992 device_printf(sc->vr_dev,
1003 device_printf(sc->vr_dev,
1013 device_printf(sc->vr_dev,
1027 device_printf(sc->vr_dev,
1035 device_printf(sc->vr_dev,
1046 device_printf(sc->vr_dev,
1345 device_printf(sc->vr_dev, "%s: receive error = 0x%b\n",
1485 device_printf(sc->vr_dev,
1553 device_printf(sc->vr_dev, "restarting\n");
1563 vr_miibus_statchg(sc->vr_dev);
1622 device_printf(sc->vr_dev, "%s: receive error : 0x%b\n",
1638 device_printf(sc->vr_dev, "Tx underrun -- ");
1653 device_printf(sc->vr_dev, "%s: Tx shutdown error -- "
1722 device_printf(sc->vr_dev, "%s: receive error = 0x%b\n",
1754 pcis = pci_read_config(sc->vr_dev, PCIR_STATUS, 2);
1755 device_printf(sc->vr_dev, "PCI bus error(0x%04x) -- "
1757 pci_write_config(sc->vr_dev, PCIR_STATUS, pcis, 2);
1773 device_printf(sc->vr_dev,
2062 device_printf(sc->vr_dev,
2440 device_printf(sc->vr_dev, "%s: Rx shutdown error\n", __func__);
2442 device_printf(sc->vr_dev, "%s: Tx shutdown error\n", __func__);
2535 pci_find_cap(sc->vr_dev, PCIY_PMG, &pmc) != 0)
2574 pmstat = pci_read_config(sc->vr_dev, pmc + PCIR_POWER_STATUS, 2);
2578 pci_write_config(sc->vr_dev, pmc + PCIR_POWER_STATUS, pmstat, 2);
2628 printf("%s statistics:\n", device_get_nameunit(sc->vr_dev));