Home | History | Annotate | Download | only in ic

Lines Matching refs:uha_mscp

90 integrate void uha_reset_mscp(struct uha_softc *, struct uha_mscp *);
91 void uha_free_mscp(struct uha_softc *, struct uha_mscp *);
92 integrate int uha_init_mscp(struct uha_softc *, struct uha_mscp *);
93 struct uha_mscp *uha_get_mscp(struct uha_softc *);
96 int uha_create_mscps(struct uha_softc *, struct uha_mscp *, int);
137 #define MSCPSIZE (UHA_MSCP_MAX * sizeof(struct uha_mscp))
197 uha_reset_mscp(struct uha_softc *sc, struct uha_mscp *mscp)
207 uha_free_mscp(struct uha_softc *sc, struct uha_mscp *mscp)
218 uha_init_mscp(struct uha_softc *sc, struct uha_mscp *mscp)
252 uha_create_mscps(struct uha_softc *sc, struct uha_mscp *mscpstore, int count)
254 struct uha_mscp *mscp;
257 memset(mscpstore, 0, sizeof(struct uha_mscp) * count);
277 struct uha_mscp *
280 struct uha_mscp *mscp;
296 struct uha_mscp *
300 struct uha_mscp *mscp = sc->sc_mscphash[hashnum];
315 uha_done(struct uha_softc *sc, struct uha_mscp *mscp)
324 UHA_MSCP_OFF(mscp), sizeof(struct uha_mscp),
404 struct uha_mscp *mscp;
459 UHA_MSCP_OFF(mscp) + offsetof(struct uha_mscp, mscp_sense);
524 UHA_MSCP_OFF(mscp) + offsetof(struct uha_mscp,
539 UHA_MSCP_OFF(mscp), sizeof(struct uha_mscp),
576 struct uha_mscp *mscp = arg;