Searched defs:be_softc (Results 1 – 1 of 1) sorted by relevance
103 struct be_softc { struct104 device_t sc_dev;105 bus_space_tag_t sc_bustag; /* bus & DMA tags */106 bus_dma_tag_t sc_dmatag;107 bus_dmamap_t sc_dmamap;108 struct ethercom sc_ethercom;110 struct mii_data sc_mii; /* MII media control */112 int sc_phys[2]; /* MII instance -> phy */114 struct callout sc_tick_ch;120 int sc_mii_inst; /* instance of internal phy */[all …]