Searched refs:mbxin (Results 1 – 2 of 2) sorted by relevance
124 static void scd_doread(struct scd_softc *, int state, struct scd_mbx *mbxin);706 scd_doread(struct scd_softc *sc, int state, struct scd_mbx *mbxin) in scd_doread() argument708 struct scd_mbx *mbx = (state!=SCD_S_BEGIN) ? sc->ch_mbxsave : mbxin; in scd_doread()719 mbx = sc->ch_mbxsave = mbxin; in scd_doread()
132 static void mcd_doread(struct mcd_softc *, int state, struct mcd_mbx *mbxin);824 mcd_doread(struct mcd_softc *sc, int state, struct mcd_mbx *mbxin) in mcd_doread() argument834 mbx = (state!=MCD_S_BEGIN) ? sc->ch_mbxsave : mbxin; in mcd_doread()840 mbx = sc->ch_mbxsave = mbxin; in mcd_doread()