Searched refs:sc_ctl_io (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/usb/storage/
H A Dcfumass.c181 union ctl_io *sc_ctl_io; member in struct:cfumass_softc
478 if (sc->sc_ctl_io != NULL) {
480 ctl_set_data_phase_error(&sc->sc_ctl_io->scsiio);
481 sc->sc_ctl_io->scsiio.be_move_done(sc->sc_ctl_io);
482 sc->sc_ctl_io = NULL;
621 KASSERT(sc->sc_ctl_io == NULL,
622 ("sc_ctl_io is %p, should be NULL", sc->sc_ctl_io));
719 union ctl_io *io = sc->sc_ctl_io;
[all...]

Completed in 190 milliseconds