Home | History | Annotate | Download | only in mscp

Lines Matching defs:mscp_softc

123 struct mscp_softc;
127 (device_t, struct mscp *, struct mscp_softc *);
155 struct mscp_softc **ma_softc; /* backpointer to bus softc */
191 struct mscp_softc *mw_mi;
211 struct mscp_softc {
284 struct mscp *mscp_getcp(struct mscp_softc *, int);
286 void mscp_go(struct mscp_softc *, struct mscp *, int);
287 void mscp_requeue(struct mscp_softc *);
288 void mscp_dorsp(struct mscp_softc *);
289 int mscp_decodeerror(const char *, struct mscp *, struct mscp_softc *);
294 int mscp_waitstep(struct mscp_softc *, int, int);
295 void mscp_dgo(struct mscp_softc *, struct mscp_xi *);
296 void mscp_intr(struct mscp_softc *);