Lines Matching refs:vte_dev

184 		device_printf(sc->vte_dev, "phy read timeout : %d\n", reg);  in vte_miibus_readreg()
209 device_printf(sc->vte_dev, "phy write timeout : %d\n", reg); in vte_miibus_writereg()
381 sc->vte_dev = dev; in vte_attach()
547 ctx = device_get_sysctl_ctx(sc->vte_dev); in vte_sysctl_node()
548 child = SYSCTL_CHILDREN(device_get_sysctl_tree(sc->vte_dev)); in vte_sysctl_node()
560 error = resource_int_value(device_get_name(sc->vte_dev), in vte_sysctl_node()
561 device_get_unit(sc->vte_dev), "int_rx_mod", &sc->vte_int_rx_mod); in vte_sysctl_node()
565 device_printf(sc->vte_dev, "int_rx_mod value out of " in vte_sysctl_node()
573 error = resource_int_value(device_get_name(sc->vte_dev), in vte_sysctl_node()
574 device_get_unit(sc->vte_dev), "int_tx_mod", &sc->vte_int_tx_mod); in vte_sysctl_node()
578 device_printf(sc->vte_dev, "int_tx_mod value out of " in vte_sysctl_node()
657 bus_get_dma_tag(sc->vte_dev), /* parent */ in vte_dma_alloc()
669 device_printf(sc->vte_dev, in vte_dma_alloc()
688 device_printf(sc->vte_dev, in vte_dma_alloc()
707 device_printf(sc->vte_dev, in vte_dma_alloc()
718 device_printf(sc->vte_dev, in vte_dma_alloc()
727 device_printf(sc->vte_dev, in vte_dma_alloc()
739 device_printf(sc->vte_dev, in vte_dma_alloc()
748 device_printf(sc->vte_dev, in vte_dma_alloc()
756 bus_get_dma_tag(sc->vte_dev), /* parent */ in vte_dma_alloc()
768 device_printf(sc->vte_dev, in vte_dma_alloc()
787 device_printf(sc->vte_dev, "could not create TX DMA tag.\n"); in vte_dma_alloc()
805 device_printf(sc->vte_dev, "could not create RX DMA tag.\n"); in vte_dma_alloc()
816 device_printf(sc->vte_dev, in vte_dma_alloc()
824 device_printf(sc->vte_dev, in vte_dma_alloc()
835 device_printf(sc->vte_dev, in vte_dma_alloc()
1604 device_printf(sc->vte_dev, "reset timeout(0x%04x)!\n", mcr); in vte_reset()
1658 device_printf(sc->vte_dev, "no memory for RX buffers.\n"); in vte_init_locked()
1663 device_printf(sc->vte_dev, "no memory for TX buffers.\n"); in vte_init_locked()
1840 device_printf(sc->vte_dev, in vte_start_mac()
1865 device_printf(sc->vte_dev, in vte_stop_mac()