HomeSort by: relevance | last modified time | path
    Searched defs:mscp_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/mscp/
mscpvar.h 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 { struct
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 *);
    [all...]

Completed in 44 milliseconds