Searched refs:dc_dev (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/dev/dc/ |
| D | if_dc.c | 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() [all …]
|
| D | if_dcreg.h | 193 pci_get_revid((x)->dc_dev) >= DC_REVISION_DM9102A)) 736 device_t dc_dev; /* device info */ member
|