Lines Matching refs:dc_dev

1370 	if (i == DC_TIMEOUT && bus_child_present(sc->dc_dev)) {  in dc_netcfg_wait()
1372 device_printf(sc->dc_dev, in dc_netcfg_wait()
1377 device_printf(sc->dc_dev, in dc_netcfg_wait()
1527 device_printf(sc->dc_dev, "reset never completed!\n"); in dc_reset()
1630 device_printf(sc->dc_dev, "Could not allocate mediainfo\n"); in dc_decode_leaf_sia()
1679 device_printf(sc->dc_dev, "Could not allocate mediainfo\n"); in dc_decode_leaf_sym()
1706 device_printf(sc->dc_dev, "Could not allocate mediainfo\n"); in dc_decode_leaf_mii()
1734 device_printf(sc->dc_dev, "Could not allocate SROM buffer\n"); in dc_read_srom()
1816 error = bus_dma_tag_create(bus_get_dma_tag(sc->dc_dev), 1, 0, in dc_dma_alloc()
1821 device_printf(sc->dc_dev, in dc_dma_alloc()
1831 device_printf(sc->dc_dev, "failed to create RX list DMA tag\n"); in dc_dma_alloc()
1839 device_printf(sc->dc_dev, "failed to create TX list DMA tag\n"); in dc_dma_alloc()
1848 device_printf(sc->dc_dev, in dc_dma_alloc()
1856 device_printf(sc->dc_dev, in dc_dma_alloc()
1865 device_printf(sc->dc_dev, in dc_dma_alloc()
1873 device_printf(sc->dc_dev, in dc_dma_alloc()
1887 device_printf(sc->dc_dev, in dc_dma_alloc()
1894 device_printf(sc->dc_dev, in dc_dma_alloc()
1901 device_printf(sc->dc_dev, in dc_dma_alloc()
1911 device_printf(sc->dc_dev, "failed to create RX mbuf tag\n"); in dc_dma_alloc()
1921 device_printf(sc->dc_dev, "failed to create TX mbuf tag\n"); in dc_dma_alloc()
1930 device_printf(sc->dc_dev, in dc_dma_alloc()
1939 device_printf(sc->dc_dev, in dc_dma_alloc()
1946 device_printf(sc->dc_dev, in dc_dma_alloc()
2031 sc->dc_dev = dev; in dc_attach()
2173 device_printf(sc->dc_dev, in dc_attach()
3176 device_printf(sc->dc_dev, "TX underrun -- "); in dc_tx_underrun()
3203 device_printf(sc->dc_dev, in dc_tx_underrun()
3700 device_printf(sc->dc_dev, in dc_init_locked()
3944 device_printf(sc->dc_dev, "watchdog timeout\n"); in dc_watchdog()
4108 if (child == sc->dc_dev) in dc_check_multiport()
4110 if (device_get_parent(child) != device_get_parent(sc->dc_dev)) in dc_check_multiport()
4112 if (unit > device_get_unit(sc->dc_dev)) in dc_check_multiport()
4117 device_printf(sc->dc_dev, in dc_check_multiport()
4131 device_printf(sc->dc_dev, in dc_check_multiport()