Lines Matching defs:fdsoftc
322 struct fd_softc fdsoftc;
333 fdsoftc.unit = i;
334 fdsoftc.flags = 0;
335 st_dmagrab((dma_farg)fdcint, (dma_farg)fdtestdrv, &fdsoftc,
337 st_dmafree(&fdsoftc, &lock_stat);
339 if ((fdsoftc.flags & FLPF_NOTRESP) == 0) {
682 * Initialize some fields in the fdsoftc for the state-machine and get
1240 fdmoff(struct fd_softc *fdsoftc)
1250 callout_reset(&fdsoftc->sc_motor_ch, 10 * FLP_MONDELAY,
1251 (FPV)fdmotoroff, fdsoftc);
1253 st_dmafree(fdsoftc, &tmp);
1262 fdtestdrv(struct fd_softc *fdsoftc)
1269 fdselect(fdsoftc->unit, 0, FLP_DD);
1285 fdsoftc->flags |= FLPF_NOTRESP;