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()
574 error = resource_int_value(device_get_name(sc->vte_dev), in vte_sysctl_node()
575 device_get_unit(sc->vte_dev), "int_rx_mod", &sc->vte_int_rx_mod); in vte_sysctl_node()
579 device_printf(sc->vte_dev, "int_rx_mod value out of " in vte_sysctl_node()
587 error = resource_int_value(device_get_name(sc->vte_dev), in vte_sysctl_node()
588 device_get_unit(sc->vte_dev), "int_tx_mod", &sc->vte_int_tx_mod); in vte_sysctl_node()
592 device_printf(sc->vte_dev, "int_tx_mod value out of " in vte_sysctl_node()
671 bus_get_dma_tag(sc->vte_dev), /* parent */ in vte_dma_alloc()
683 device_printf(sc->vte_dev, in vte_dma_alloc()
702 device_printf(sc->vte_dev, in vte_dma_alloc()
721 device_printf(sc->vte_dev, in vte_dma_alloc()
732 device_printf(sc->vte_dev, in vte_dma_alloc()
741 device_printf(sc->vte_dev, in vte_dma_alloc()
753 device_printf(sc->vte_dev, in vte_dma_alloc()
762 device_printf(sc->vte_dev, in vte_dma_alloc()
770 bus_get_dma_tag(sc->vte_dev), /* parent */ in vte_dma_alloc()
782 device_printf(sc->vte_dev, in vte_dma_alloc()
801 device_printf(sc->vte_dev, "could not create TX DMA tag.\n"); in vte_dma_alloc()
819 device_printf(sc->vte_dev, "could not create RX DMA tag.\n"); in vte_dma_alloc()
830 device_printf(sc->vte_dev, in vte_dma_alloc()
838 device_printf(sc->vte_dev, in vte_dma_alloc()
849 device_printf(sc->vte_dev, in vte_dma_alloc()
1617 device_printf(sc->vte_dev, "reset timeout(0x%04x)!\n", mcr); in vte_reset()
1663 device_printf(sc->vte_dev, "no memory for RX buffers.\n"); in vte_init_locked()
1668 device_printf(sc->vte_dev, "no memory for TX buffers.\n"); in vte_init_locked()
1845 device_printf(sc->vte_dev, in vte_start_mac()
1870 device_printf(sc->vte_dev, in vte_stop_mac()