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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/iforce/
H A Diforce.h88 #define XMIT_SIZE 256 macro
89 #define XMIT_INC(var, n) (var)+=n; (var)&= XMIT_SIZE -1
126 unsigned char xmit_data[XMIT_SIZE];
H A Diforce-packets.c69 if (CIRC_SPACE(head, tail, XMIT_SIZE) < n+2) {
86 c = CIRC_SPACE_TO_END(head, tail, XMIT_SIZE);
H A Diforce-usb.c54 c = CIRC_CNT_TO_END(iforce->xmit.head, iforce->xmit.tail, XMIT_SIZE);

Completed in 52 milliseconds