Lines Matching refs:vte_dev
185 device_printf(sc->vte_dev, "phy read timeout : %d\n", reg); in vte_miibus_readreg()
210 device_printf(sc->vte_dev, "phy write timeout : %d\n", reg); in vte_miibus_writereg()
382 sc->vte_dev = dev; in vte_attach()
552 ctx = device_get_sysctl_ctx(sc->vte_dev); in vte_sysctl_node()
553 child = SYSCTL_CHILDREN(device_get_sysctl_tree(sc->vte_dev)); in vte_sysctl_node()
565 error = resource_int_value(device_get_name(sc->vte_dev), in vte_sysctl_node()
566 device_get_unit(sc->vte_dev), "int_rx_mod", &sc->vte_int_rx_mod); in vte_sysctl_node()
570 device_printf(sc->vte_dev, "int_rx_mod value out of " in vte_sysctl_node()
578 error = resource_int_value(device_get_name(sc->vte_dev), in vte_sysctl_node()
579 device_get_unit(sc->vte_dev), "int_tx_mod", &sc->vte_int_tx_mod); in vte_sysctl_node()
583 device_printf(sc->vte_dev, "int_tx_mod value out of " in vte_sysctl_node()
662 bus_get_dma_tag(sc->vte_dev), /* parent */ in vte_dma_alloc()
674 device_printf(sc->vte_dev, in vte_dma_alloc()
693 device_printf(sc->vte_dev, in vte_dma_alloc()
712 device_printf(sc->vte_dev, in vte_dma_alloc()
723 device_printf(sc->vte_dev, in vte_dma_alloc()
732 device_printf(sc->vte_dev, in vte_dma_alloc()
744 device_printf(sc->vte_dev, in vte_dma_alloc()
753 device_printf(sc->vte_dev, in vte_dma_alloc()
761 bus_get_dma_tag(sc->vte_dev), /* parent */ in vte_dma_alloc()
773 device_printf(sc->vte_dev, in vte_dma_alloc()
792 device_printf(sc->vte_dev, "could not create TX DMA tag.\n"); in vte_dma_alloc()
810 device_printf(sc->vte_dev, "could not create RX DMA tag.\n"); in vte_dma_alloc()
821 device_printf(sc->vte_dev, in vte_dma_alloc()
829 device_printf(sc->vte_dev, in vte_dma_alloc()
840 device_printf(sc->vte_dev, in vte_dma_alloc()
1609 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()