Home
last modified time | relevance | path

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

/linux/net/rxrpc/
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 */
A Dconn_client.c427 unsigned int shift = i * RXRPC_MAXCALLS; in rxrpc_add_conn_to_bundle()
436 for (j = 0; j < RXRPC_MAXCALLS; j++) in rxrpc_add_conn_to_bundle()
603 slot = channel / RXRPC_MAXCALLS; in rxrpc_activate_channels_locked()
612 channel &= (RXRPC_MAXCALLS - 1); in rxrpc_activate_channels_locked()
911 bindex = conn->bundle_shift / RXRPC_MAXCALLS; in rxrpc_unbundle_conn()
915 for (i = 0; i < RXRPC_MAXCALLS; i++) in rxrpc_unbundle_conn()
A Dconn_event.c162 for (i = 0; i < RXRPC_MAXCALLS; i++) { in rxrpc_abort_calls()
347 for (loop = 0; loop < RXRPC_MAXCALLS; loop++) in rxrpc_process_event()
405 for (channel = 0; channel < RXRPC_MAXCALLS; channel++) { in rxrpc_process_delayed_final_acks()
A Dar-internal.h447 } channels[RXRPC_MAXCALLS];
A Drxkad.c1264 for (i = 0; i < RXRPC_MAXCALLS; i++) { in rxkad_verify_response()

Completed in 16 milliseconds