RXRPC_MAXCALLS
} channels[RXRPC_MAXCALLS];
unsigned int shift = slot * RXRPC_MAXCALLS;
for (i = 0; i < RXRPC_MAXCALLS; i++)
slot = channel / RXRPC_MAXCALLS;
channel &= (RXRPC_MAXCALLS - 1);
bindex = conn->bundle_shift / RXRPC_MAXCALLS;
for (i = 0; i < RXRPC_MAXCALLS; i++)
for (i = 0; i < RXRPC_MAXCALLS; i++) {
for (channel = 0; channel < RXRPC_MAXCALLS; channel++) {
for (loop = 0; loop < RXRPC_MAXCALLS; loop++)
#define RXRPC_CHANNELMASK (RXRPC_MAXCALLS-1) /* mask for channel ID */
#define RXRPC_CIDSHIFT ilog2(RXRPC_MAXCALLS) /* shift for connection ID */
for (i = 0; i < RXRPC_MAXCALLS; i++) {