Searched refs:USBVC_MAX_PKTS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h177 #define USBVC_MAX_PKTS 40 macro
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c3104 if (n_pkt > USBVC_MAX_PKTS) {
3105 n_pkt = USBVC_MAX_PKTS;

Completed in 79 milliseconds