Searched refs:XMIT_SIZE (Results 1 – 2 of 2) sorted by relevance
60 #define XMIT_SIZE 256 macro61 #define XMIT_INC(var, n) (var)+=n; (var)&= XMIT_SIZE -193 unsigned char xmit_data[XMIT_SIZE];
45 c = CIRC_CNT_TO_END(iforce->xmit.head, iforce->xmit.tail, XMIT_SIZE); in __iforce_usb_xmit()