Searched defs:max_packet_size (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser.h90 uint_t max_packet_size; member in struct:hidparser_packet_info
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c2991 uint_t max_packet_size; local
3027 hpack->max_packet_size = packet_size;
3035 max_packet_size = 0;
3042 if (packet_size > max_packet_size) {
3043 max_packet_size = packet_size;
3051 hpack->max_packet_size = max_packet_size;
3056 max_report_id, max_packet_size);

Completed in 309 milliseconds