Searched defs:dmc_softc (Results 1 – 1 of 1) sorted by relevance
135 struct dmc_softc { struct136 device_t sc_dev; /* Configuration common part */137 struct ifnet sc_if; /* network-visible interface */138 short sc_oused; /* output buffers currently in use */139 short sc_iused; /* input buffers given to DMC */140 short sc_flag; /* flags */141 struct ubinfo sc_ui; /* UBA mapping info for base table */142 int sc_errors[4]; /* non-fatal error counters */143 bus_space_tag_t sc_iot;144 bus_addr_t sc_ioh;[all …]