Lines Matching defs:be_softc
95 struct be_softc { struct
96 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 */
113 uint64_t sc_mii_active; /* currently active medium */
137 void beinit(struct be_softc *); argument