Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/storage/
H A Dcfumass.c119 #define CBWFLAGS_IN 0x80 macro
863 if (sc->sc_current_flags != CBWFLAGS_IN) { in cfumass_datamove()
865 sc->sc_current_flags, CBWFLAGS_IN); in cfumass_datamove()
H A Dustorage_fs.c143 #define CBWFLAGS_IN 0x80 macro
553 if (sc->sc_cbw->bCBWFlags & CBWFLAGS_IN) { in ustorage_fs_t_bbb_command_callback()
H A Dumass.c246 #define CBWFLAGS_IN 0x80 macro
1309 CBWFLAGS_IN : CBWFLAGS_OUT); in umass_t_bbb_command_callback()
2956 dlen, lun, (flags == CBWFLAGS_IN ? "in" : in umass_bbb_dump_cbw()
/freebsd/sys/dev/usb/
H A Dusb_msctest.c139 #define CBWFLAGS_IN 0x80 macro
327 sc->cbw->bCBWFlags = ((sc->dir == DIR_IN) ? CBWFLAGS_IN : CBWFLAGS_OUT); in bbb_command_callback()
/freebsd/tools/tools/usbtest/
H A Dusb_msc_test.c54 #define CBWFLAGS_IN 0x80 macro
166 cbw.bCBWFlags = (isread ? CBWFLAGS_IN : CBWFLAGS_OUT); in do_msc_cmd()