Searched refs:max_packet_count (Results 1 - 6 of 6) sorted by relevance

/openwrt/package/kernel/lantiq/ltq-hcd/src/
H A Difxusb_driver.c867 static long max_packet_count =-1; variable
935 if(max_packet_count>=15 && max_packet_count<=511)
936 params->max_packet_count=max_packet_count;
938 params->max_packet_count=default_param_max_packet_count;
1269 module_param(max_packet_count, long, 0444);
1270 MODULE_PARM_DESC(max_packet_count, "The maximum number of packets in a transfer 15-511");
H A Difxusb_cif_d.c252 if(_params->max_packet_count < 16 || _params->max_packet_count > ((1 << (_core_if->hwcfg3.b.packet_size_cntr_width + 4)) - 1) )
253 _core_if->params.max_packet_count= ((1 << (_core_if->hwcfg3.b.packet_size_cntr_width + 4)) - 1);
255 _core_if->params.max_packet_count= _params->max_packet_count;
H A Difxusb_cif_h.c189 if(_params->max_packet_count < 16 || _params->max_packet_count > ((1 << (_core_if->hwcfg3.b.packet_size_cntr_width + 4)) - 1) )
190 _core_if->params.max_packet_count= ((1 << (_core_if->hwcfg3.b.packet_size_cntr_width + 4)) - 1);
192 _core_if->params.max_packet_count= _params->max_packet_count;
H A Difxusb_cif.h184 int32_t max_packet_count; /*!< The maximum number of packets in a transfer. member in struct:ifxusb_params
H A Difxhcd.c1561 uint16_t max_hc_pkt_count = core_if->params.max_packet_count;
H A Difxusb_ctl.c3812 params->max_packet_count,params->max_packet_count

Completed in 109 milliseconds