Home
last modified time | relevance | path

Searched refs:sc_current_flags (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/usb/storage/
H A Dcfumass.c171 int sc_current_flags; member
639 sc->sc_current_flags = sc->sc_cbw->bCBWFlags; in cfumass_t_command_callback()
863 if (sc->sc_current_flags != CBWFLAGS_IN) { in cfumass_datamove()
865 sc->sc_current_flags, CBWFLAGS_IN); in cfumass_datamove()
871 if (sc->sc_current_flags != CBWFLAGS_OUT) { in cfumass_datamove()
873 sc->sc_current_flags, CBWFLAGS_OUT); in cfumass_datamove()