Lines Matching defs:mvgbe_softc
218 struct mvgbe_softc { struct
219 device_t sc_dev;
220 int sc_port;
221 uint32_t sc_version;
223 bus_space_tag_t sc_iot;
224 bus_space_handle_t sc_ioh;
225 bus_space_handle_t sc_dafh; /* dest address filter handle */
226 bus_dma_tag_t sc_dmat;
228 struct ethercom sc_ethercom;
229 struct mii_data sc_mii;
230 uint8_t sc_enaddr[ETHER_ADDR_LEN]; /* station addr */
232 callout_t sc_tick_ch; /* tick callout */
234 struct mvgbe_chain_data sc_cdata;
235 struct mvgbe_ring_data *sc_rdata;
236 bus_dmamap_t sc_ring_map;
237 u_short sc_if_flags;
238 unsigned int sc_ipginttx;
239 unsigned int sc_ipgintrx;
240 int sc_wdogsoft;
246 struct {
249 } sc_linkup;
250 uint32_t sc_cmdsts_opts;
252 krndsource_t sc_rnd_source;
253 struct sysctllog *mvgbe_clog;
255 struct evcnt sc_ev_rxoverrun;
256 struct evcnt sc_ev_wdogsoft;