Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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_client.c440 unsigned int shift = i * RXRPC_MAXCALLS;
450 for (j = 0; j < RXRPC_MAXCALLS; j++)
617 slot = channel / RXRPC_MAXCALLS; in rxrpc_activate_channels_locked()
626 channel &= (RXRPC_MAXCALLS - 1); in rxrpc_activate_channels_locked()
925 bindex = conn->bundle_shift / RXRPC_MAXCALLS; in rxrpc_unbundle_conn()
929 for (i = 0; i < RXRPC_MAXCALLS; i++) in rxrpc_unbundle_conn()
H A Dconn_event.c170 for (i = 0; i < RXRPC_MAXCALLS; i++) { in rxrpc_abort_calls()
358 for (loop = 0; loop < RXRPC_MAXCALLS; loop++) in rxrpc_process_event()
417 for (channel = 0; channel < RXRPC_MAXCALLS; channel++) { in rxrpc_process_delayed_final_acks()
H A Dar-internal.h425 } channels[RXRPC_MAXCALLS];
H A Drxkad.c1173 for (i = 0; i < RXRPC_MAXCALLS; i++) { in rxkad_verify_response()
/kernel/linux/linux-6.6/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_client.c335 unsigned int shift = slot * RXRPC_MAXCALLS; in rxrpc_add_conn_to_bundle()
354 for (i = 0; i < RXRPC_MAXCALLS; i++) in rxrpc_add_conn_to_bundle()
481 slot = channel / RXRPC_MAXCALLS; in rxrpc_activate_channels()
490 channel &= (RXRPC_MAXCALLS - 1); in rxrpc_activate_channels()
670 bindex = conn->bundle_shift / RXRPC_MAXCALLS; in rxrpc_unbundle_conn()
674 for (i = 0; i < RXRPC_MAXCALLS; i++) in rxrpc_unbundle_conn()
H A Dconn_event.c203 for (i = 0; i < RXRPC_MAXCALLS; i++) { in rxrpc_abort_calls()
300 for (channel = 0; channel < RXRPC_MAXCALLS; channel++) { in rxrpc_process_delayed_final_acks()
435 for (loop = 0; loop < RXRPC_MAXCALLS; loop++) in rxrpc_input_conn_event()
H A Dar-internal.h489 } channels[RXRPC_MAXCALLS];
H A Drxkad.c1127 for (i = 0; i < RXRPC_MAXCALLS; i++) { in rxkad_verify_response()

Completed in 15 milliseconds