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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dauerswald.c241 unsigned int maxControlLength; /* max. Length of control paket (without header) */ member in struct:__anon7131
1027 if (bytecount > (cp->maxControlLength+AUH_SIZE)) {
1395 ret = auerbuf_setup (&ccp->bufctl, AU_RBUFFERS, cp->maxControlLength+AUH_SIZE);
1492 u = cp->maxControlLength;
1772 if (len > cp->maxControlLength)
1773 len = cp->maxControlLength;
1979 cp->maxControlLength = le16_to_cpup(pbuf);
1981 dbg("setup: max. allowed control transfersize is %d bytes", cp->maxControlLength);
1995 if (auerbuf_setup (&cp->bufctl, AU_RBUFFERS, cp->maxControlLength+AUH_SIZE)) {

Completed in 66 milliseconds