Searched defs:be_softc (Results 1 – 1 of 1) sorted by relevance
95 struct be_softc { struct96 struct device sc_dev;97 bus_space_tag_t sc_bustag; /* bus & dma tags */98 bus_dma_tag_t sc_dmatag;99 bus_dmamap_t sc_dmamap;100 struct arpcom sc_arpcom;102 struct mii_data sc_mii; /* MII media control */104 int sc_phys[2]; /* MII instance -> phy */106 struct timeout sc_tick_ch;112 int sc_mii_inst; /* instance of internal phy */[all …]