Searched refs:XMIT_SIZE (Results 1 – 3 of 3) sorted by relevance
86 #define XMIT_SIZE 256 macro87 #define XMIT_INC(var, n) (var)+=n; (var)&= XMIT_SIZE -1124 unsigned char xmit_data[XMIT_SIZE];
67 if (CIRC_SPACE(head, tail, XMIT_SIZE) < n+2) { in iforce_send_packet()85 c = CIRC_SPACE_TO_END(head, tail, XMIT_SIZE); in iforce_send_packet()
52 c = CIRC_CNT_TO_END(iforce->xmit.head, iforce->xmit.tail, XMIT_SIZE); in iforce_usb_xmit()