Searched refs:RXRPC_MAXCALLS (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/rxrpc/
H A Dprotocol.h26 #define RXRPC_MAXCALLS 4 /* max active calls per conn */ macro
27 #define RXRPC_CHANNELMASK (RXRPC_MAXCALLS-1) /* mask for channel ID */
29 #define RXRPC_CIDSHIFT ilog2(RXRPC_MAXCALLS) /* shift for connection ID */
H A Dconn_event.c203 for (i = 0; i < RXRPC_MAXCALLS; i++) {
300 for (channel = 0; channel < RXRPC_MAXCALLS; channel++) {
435 for (loop = 0; loop < RXRPC_MAXCALLS; loop++)
H A Dconn_client.c342 unsigned int shift = slot * RXRPC_MAXCALLS;
363 for (i = 0; i < RXRPC_MAXCALLS; i++)
490 slot = channel / RXRPC_MAXCALLS;
499 channel &= (RXRPC_MAXCALLS - 1);
679 bindex = conn->bundle_shift / RXRPC_MAXCALLS;
684 for (i = 0; i < RXRPC_MAXCALLS; i++)
H A Dar-internal.h496 } channels[RXRPC_MAXCALLS];
H A Drxkad.c1128 for (i = 0; i < RXRPC_MAXCALLS; i++) {

Completed in 157 milliseconds