Lines Matching refs:vte_dev

189 		device_printf(sc->vte_dev, "phy read timeout : %d\n", reg);  in vte_miibus_readreg()
214 device_printf(sc->vte_dev, "phy write timeout : %d\n", reg); in vte_miibus_writereg()
386 sc->vte_dev = dev; in vte_attach()
563 ctx = device_get_sysctl_ctx(sc->vte_dev); in vte_sysctl_node()
564 child = SYSCTL_CHILDREN(device_get_sysctl_tree(sc->vte_dev)); in vte_sysctl_node()
576 error = resource_int_value(device_get_name(sc->vte_dev), in vte_sysctl_node()
577 device_get_unit(sc->vte_dev), "int_rx_mod", &sc->vte_int_rx_mod); in vte_sysctl_node()
581 device_printf(sc->vte_dev, "int_rx_mod value out of " in vte_sysctl_node()
589 error = resource_int_value(device_get_name(sc->vte_dev), in vte_sysctl_node()
590 device_get_unit(sc->vte_dev), "int_tx_mod", &sc->vte_int_tx_mod); in vte_sysctl_node()
594 device_printf(sc->vte_dev, "int_tx_mod value out of " in vte_sysctl_node()
673 bus_get_dma_tag(sc->vte_dev), /* parent */ in vte_dma_alloc()
685 device_printf(sc->vte_dev, in vte_dma_alloc()
704 device_printf(sc->vte_dev, in vte_dma_alloc()
723 device_printf(sc->vte_dev, in vte_dma_alloc()
734 device_printf(sc->vte_dev, in vte_dma_alloc()
743 device_printf(sc->vte_dev, in vte_dma_alloc()
755 device_printf(sc->vte_dev, in vte_dma_alloc()
764 device_printf(sc->vte_dev, in vte_dma_alloc()
772 bus_get_dma_tag(sc->vte_dev), /* parent */ in vte_dma_alloc()
784 device_printf(sc->vte_dev, in vte_dma_alloc()
803 device_printf(sc->vte_dev, "could not create TX DMA tag.\n"); in vte_dma_alloc()
821 device_printf(sc->vte_dev, "could not create RX DMA tag.\n"); in vte_dma_alloc()
832 device_printf(sc->vte_dev, in vte_dma_alloc()
840 device_printf(sc->vte_dev, in vte_dma_alloc()
851 device_printf(sc->vte_dev, in vte_dma_alloc()
1619 device_printf(sc->vte_dev, "reset timeout(0x%04x)!\n", mcr); in vte_reset()
1665 device_printf(sc->vte_dev, "no memory for RX buffers.\n"); in vte_init_locked()
1670 device_printf(sc->vte_dev, "no memory for TX buffers.\n"); in vte_init_locked()
1847 device_printf(sc->vte_dev, in vte_start_mac()
1872 device_printf(sc->vte_dev, in vte_stop_mac()