Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_ugend.h105 #define UGEN_SETUP_PKT_SIZE 8 /* Ctrl xfer Setup token sz */ macro
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c2517 if (((bp->b_bcount - UGEN_SETUP_PKT_SIZE) - wLength) != 0) { in ugen_epx_ctrl_req()
2523 bcopy(bp->b_un.b_addr + UGEN_SETUP_PKT_SIZE, in ugen_epx_ctrl_req()
2528 if (bp->b_bcount != UGEN_SETUP_PKT_SIZE) { in ugen_epx_ctrl_req()