Searched refs:int_maxpacket (Results 1 – 3 of 3) sorted by relevance
83 static unsigned int_maxpacket; variable560 fs_int_source_desc.wMaxPacketSize = int_maxpacket > 64 ? in sourcesink_bind()561 64 : int_maxpacket; in sourcesink_bind()564 fs_int_sink_desc.wMaxPacketSize = int_maxpacket > 64 ? in sourcesink_bind()565 64 : int_maxpacket; in sourcesink_bind()587 if (int_maxpacket > 1024) in sourcesink_bind()588 int_maxpacket = 1024; in sourcesink_bind()610 hs_int_source_desc.wMaxPacketSize = int_maxpacket; in sourcesink_bind()616 hs_int_sink_desc.wMaxPacketSize = int_maxpacket; in sourcesink_bind()649 ss_int_source_desc.wMaxPacketSize = int_maxpacket; in sourcesink_bind()[all …]
23 unsigned int_maxpacket; member38 unsigned int_maxpacket; member
72 .int_maxpacket = GZERO_INT_MAXPACKET,275 module_param_named(int_maxpacket, gzero_options.int_maxpacket, uint,277 MODULE_PARM_DESC(int_maxpacket, "0 - 1023 (fs), 0 - 1024 (hs/ss)");322 ss_opts->int_maxpacket = gzero_options.int_maxpacket; in zero_bind()