Searched refs:RECV_BATCH (Results 1 – 2 of 2) sorted by relevance
17 #if (RECV_BATCH & (RECV_BATCH - 1))18 #error RECV_BATCH not a power of 2!20 #if (RECV_BATCH < RECV_INC)21 #error RECV_BATCH must be >= RECV_INC!128 if (abuf < nbufs || abuf > RECV_BATCH) { in create_buffers() 129 abuf = RECV_BATCH; /* clamp on overflow */ in create_buffers()
16 #define RECV_BATCH 128 /* [power of 2] max increment in one sweep */ macro