Searched refs:sge_dev (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/sge/ |
| H A D | if_sge.c | 225 device_printf(sc->sge_dev, in sge_read_eeprom() 241 device_printf(sc->sge_dev, in sge_get_mac_addr_eeprom() 303 device_printf(sc->sge_dev, "couldn't find PCI-ISA bridge\n"); in sge_get_mac_addr_apc() 346 device_printf(sc->sge_dev, "PHY read timeout : %d\n", reg); in sge_miibus_readreg() 371 device_printf(sc->sge_dev, "PHY write timeout : %d\n", reg); in sge_miibus_writereg() 560 sc->sge_dev = dev; in sge_attach() 752 error = bus_dma_tag_create(bus_get_dma_tag(sc->sge_dev), in sge_dma_alloc() 765 device_printf(sc->sge_dev, in sge_dma_alloc() 783 device_printf(sc->sge_dev, in sge_dma_alloc() 792 device_printf(sc->sge_dev, in sge_dma_alloc() [all …]
|
| H A D | if_sgereg.h | 345 device_t sge_dev; member
|