Lines Matching refs:dc_dev

1381 	if (i == DC_TIMEOUT && bus_child_present(sc->dc_dev)) {  in dc_netcfg_wait()
1383 device_printf(sc->dc_dev, in dc_netcfg_wait()
1388 device_printf(sc->dc_dev, in dc_netcfg_wait()
1538 device_printf(sc->dc_dev, "reset never completed!\n"); in dc_reset()
1641 device_printf(sc->dc_dev, "Could not allocate mediainfo\n"); in dc_decode_leaf_sia()
1690 device_printf(sc->dc_dev, "Could not allocate mediainfo\n"); in dc_decode_leaf_sym()
1717 device_printf(sc->dc_dev, "Could not allocate mediainfo\n"); in dc_decode_leaf_mii()
1745 device_printf(sc->dc_dev, "Could not allocate SROM buffer\n"); in dc_read_srom()
1827 error = bus_dma_tag_create(bus_get_dma_tag(sc->dc_dev), 1, 0, in dc_dma_alloc()
1832 device_printf(sc->dc_dev, in dc_dma_alloc()
1842 device_printf(sc->dc_dev, "failed to create RX list DMA tag\n"); in dc_dma_alloc()
1850 device_printf(sc->dc_dev, "failed to create TX list DMA tag\n"); in dc_dma_alloc()
1859 device_printf(sc->dc_dev, in dc_dma_alloc()
1867 device_printf(sc->dc_dev, in dc_dma_alloc()
1876 device_printf(sc->dc_dev, in dc_dma_alloc()
1884 device_printf(sc->dc_dev, in dc_dma_alloc()
1898 device_printf(sc->dc_dev, in dc_dma_alloc()
1905 device_printf(sc->dc_dev, in dc_dma_alloc()
1912 device_printf(sc->dc_dev, in dc_dma_alloc()
1922 device_printf(sc->dc_dev, "failed to create RX mbuf tag\n"); in dc_dma_alloc()
1932 device_printf(sc->dc_dev, "failed to create TX mbuf tag\n"); in dc_dma_alloc()
1941 device_printf(sc->dc_dev, in dc_dma_alloc()
1950 device_printf(sc->dc_dev, in dc_dma_alloc()
1957 device_printf(sc->dc_dev, in dc_dma_alloc()
2042 sc->dc_dev = dev; in dc_attach()
2184 device_printf(sc->dc_dev, in dc_attach()
3179 device_printf(sc->dc_dev, "TX underrun -- "); in dc_tx_underrun()
3206 device_printf(sc->dc_dev, in dc_tx_underrun()
3703 device_printf(sc->dc_dev, in dc_init_locked()
3947 device_printf(sc->dc_dev, "watchdog timeout\n"); in dc_watchdog()
4111 if (child == sc->dc_dev) in dc_check_multiport()
4113 if (device_get_parent(child) != device_get_parent(sc->dc_dev)) in dc_check_multiport()
4115 if (unit > device_get_unit(sc->dc_dev)) in dc_check_multiport()
4120 device_printf(sc->dc_dev, in dc_check_multiport()
4134 device_printf(sc->dc_dev, in dc_check_multiport()