HomeSort by: relevance | last modified time | path
    Searched refs:dCBWTag (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
umassvar.h 81 uDWord dCBWTag;
umass.c 1164 static int dCBWtag = 42; /* unique for CBW of transfer */
1249 USETDW(sc->cbw.dCBWTag, dCBWtag);
1250 dCBWtag++; /* cannot be done in macro (it will be done 4 times) */
1492 USETDW(sc->csw.dCSWTag, UGETDW(sc->cbw.dCBWTag));
1507 != UGETDW(sc->cbw.dCBWTag)) {
1511 UGETDW(sc->cbw.dCBWTag));
2113 int tag = UGETDW(cbw->dCBWTag);
uhso.c 611 USETDW(cmd.dCBWTag, 1);

Completed in 15 milliseconds