Lines Matching refs:dc_dev
1376 if (i == DC_TIMEOUT && bus_child_present(sc->dc_dev)) { in dc_netcfg_wait()
1378 device_printf(sc->dc_dev, in dc_netcfg_wait()
1383 device_printf(sc->dc_dev, in dc_netcfg_wait()
1533 device_printf(sc->dc_dev, "reset never completed!\n"); in dc_reset()
1636 device_printf(sc->dc_dev, "Could not allocate mediainfo\n"); in dc_decode_leaf_sia()
1685 device_printf(sc->dc_dev, "Could not allocate mediainfo\n"); in dc_decode_leaf_sym()
1712 device_printf(sc->dc_dev, "Could not allocate mediainfo\n"); in dc_decode_leaf_mii()
1740 device_printf(sc->dc_dev, "Could not allocate SROM buffer\n"); in dc_read_srom()
1822 error = bus_dma_tag_create(bus_get_dma_tag(sc->dc_dev), 1, 0, in dc_dma_alloc()
1827 device_printf(sc->dc_dev, in dc_dma_alloc()
1837 device_printf(sc->dc_dev, "failed to create RX list DMA tag\n"); in dc_dma_alloc()
1845 device_printf(sc->dc_dev, "failed to create TX list DMA tag\n"); in dc_dma_alloc()
1854 device_printf(sc->dc_dev, in dc_dma_alloc()
1862 device_printf(sc->dc_dev, in dc_dma_alloc()
1871 device_printf(sc->dc_dev, in dc_dma_alloc()
1879 device_printf(sc->dc_dev, in dc_dma_alloc()
1893 device_printf(sc->dc_dev, in dc_dma_alloc()
1900 device_printf(sc->dc_dev, in dc_dma_alloc()
1907 device_printf(sc->dc_dev, in dc_dma_alloc()
1917 device_printf(sc->dc_dev, "failed to create RX mbuf tag\n"); in dc_dma_alloc()
1927 device_printf(sc->dc_dev, "failed to create TX mbuf tag\n"); in dc_dma_alloc()
1936 device_printf(sc->dc_dev, in dc_dma_alloc()
1945 device_printf(sc->dc_dev, in dc_dma_alloc()
1952 device_printf(sc->dc_dev, in dc_dma_alloc()
2037 sc->dc_dev = dev; in dc_attach()
2179 device_printf(sc->dc_dev, in dc_attach()
3166 device_printf(sc->dc_dev, "TX underrun -- "); in dc_tx_underrun()
3193 device_printf(sc->dc_dev, in dc_tx_underrun()
3690 device_printf(sc->dc_dev, in dc_init_locked()
3934 device_printf(sc->dc_dev, "watchdog timeout\n"); in dc_watchdog()
4098 if (child == sc->dc_dev) in dc_check_multiport()
4100 if (device_get_parent(child) != device_get_parent(sc->dc_dev)) in dc_check_multiport()
4102 if (unit > device_get_unit(sc->dc_dev)) in dc_check_multiport()
4107 device_printf(sc->dc_dev, in dc_check_multiport()
4121 device_printf(sc->dc_dev, in dc_check_multiport()