Home
last modified time | relevance | path

Searched refs:max_packet_size (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dpacket.h102 extern int max_packet_size;
104 #define packet_get_maxsize() max_packet_size
/titanic_44/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c2991 uint_t max_packet_size; in hidparser_find_max_packet_size_from_report_descriptor() local
3027 hpack->max_packet_size = packet_size; in hidparser_find_max_packet_size_from_report_descriptor()
3035 max_packet_size = 0; in hidparser_find_max_packet_size_from_report_descriptor()
3042 if (packet_size > max_packet_size) { in hidparser_find_max_packet_size_from_report_descriptor()
3043 max_packet_size = packet_size; in hidparser_find_max_packet_size_from_report_descriptor()
3051 hpack->max_packet_size = max_packet_size; in hidparser_find_max_packet_size_from_report_descriptor()
3056 max_report_id, max_packet_size); in hidparser_find_max_packet_size_from_report_descriptor()
/titanic_44/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser.h90 uint_t max_packet_size; member
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dpacket.c123 int max_packet_size = 32768; variable
1663 max_packet_size, s); in packet_set_maxsize()
1672 max_packet_size = s; in packet_set_maxsize()
/titanic_44/usr/src/uts/common/io/usb/clients/audio/usb_ah/
H A Dusb_ah.c278 usb_ahd->usb_ah_packet_size = (hpack.max_packet_size + 7) / 8; in usb_ah_open()
/titanic_44/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c1957 hidp->hid_packet_size = (hpack.max_packet_size + 7) / 8; in hid_handle_report_descriptor()