Searched defs:cm_softc (Results 1 – 1 of 1) sorted by relevance
51 struct cm_softc { struct52 struct ifnet *sc_ifp; /* Common arcnet structures */53 struct mtx sc_mtx; /* sc mutex */55 int port_rid; /* resource id for port range */56 struct resource *port_res; /* resource for port range */58 int mem_rid; /* resource id for memory range */59 struct resource *mem_res; /* resource for memory range */61 int irq_rid; /* resource id for irq */62 struct resource *irq_res; /* resource for irq */86 void cm_stop_locked(struct cm_softc *sc); argument