Home
last modified time | relevance | path

Searched refs:dc_dev (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/dc/
H A Dif_dc.c1376 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()
[all …]
H A Dif_dcreg.h193 pci_get_revid((x)->dc_dev) >= DC_REVISION_DM9102A))
736 device_t dc_dev; /* device info */ member