Searched refs:USB_IA_DESCR_SIZE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_private.h362 #define USB_IA_DESCR_SIZE 8 /* interface association descr size */ macro
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dparser.c314 while (buf + USB_IA_DESCR_SIZE <= bufend) {
H A Dusba.c2325 USB_IA_DESCR_SIZE);
2328 if (size != USB_IA_DESCR_SIZE) {
2330 "parsing ia: size (%lu) != USB_IA_DESCR_SIZE (%d)",
2331 size, USB_IA_DESCR_SIZE);

Completed in 50 milliseconds