Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_ugend.h165 #define UGEN_PKT_SIZE(pktsize) (pktsize & 0x07ff) * (1 + ((pktsize >> 11) & 3)) macro
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c2148 UGEN_PKT_SIZE(epp->ep_descr.wMaxPacketSize); in ugen_epx_open_pipe()