Lines Matching refs:mscp
35 * MSCP tape device driver
62 #include <dev/mscp/mscp.h>
63 #include <dev/mscp/mscpreg.h>
64 #include <dev/mscp/mscpvar.h>
86 void mtdgram(device_t, struct mscp *, struct mscp_softc *);
88 int mtonline(device_t, struct mscp *);
89 int mtgotstatus(device_t, struct mscp *);
90 int mtioerror(device_t, struct mscp *, struct buf *);
91 void mtfillin(struct buf *, struct mscp *);
93 void mtcmddone(device_t, struct mscp *);
154 * More driver definitions, for generic MSCP code.
161 struct mscp *mp = da->da_mp;
179 struct mscp *mp = da->da_mp;
196 struct mscp *mp;
314 * Fill in drive addresses in a mscp packet waiting for transfer.
317 mtfillin(struct buf *bp, struct mscp *mp)
336 mtdgram(device_t usc, struct mscp *mp, struct mscp_softc *mi)
347 mtonline(device_t usc, struct mscp *mp)
362 mtgotstatus(device_t usc, struct mscp *mp)
392 mtioerror(device_t usc, struct mscp *mp, struct buf *bp)
467 struct mscp *mp;
536 mtcmddone(device_t usc, struct mscp *mp)