Searched refs:RXRPC_MAXCALLS (Results 1 – 5 of 5) sorted by relevance
26 #define RXRPC_MAXCALLS 4 /* max active calls per conn */ macro27 #define RXRPC_CHANNELMASK (RXRPC_MAXCALLS-1) /* mask for channel ID */29 #define RXRPC_CIDSHIFT ilog2(RXRPC_MAXCALLS) /* shift for connection ID */
342 unsigned int shift = slot * RXRPC_MAXCALLS; in rxrpc_add_conn_to_bundle()363 for (i = 0; i < RXRPC_MAXCALLS; i++) in rxrpc_add_conn_to_bundle()490 slot = channel / RXRPC_MAXCALLS; in rxrpc_activate_channels()499 channel &= (RXRPC_MAXCALLS - 1); in rxrpc_activate_channels()685 bindex = conn->bundle_shift / RXRPC_MAXCALLS; in rxrpc_unbundle_conn()690 for (i = 0; i < RXRPC_MAXCALLS; i++) in rxrpc_unbundle_conn()
218 for (i = 0; i < RXRPC_MAXCALLS; i++) { in rxrpc_abort_calls()321 for (channel = 0; channel < RXRPC_MAXCALLS; channel++) { in rxrpc_process_delayed_final_acks()535 for (loop = 0; loop < RXRPC_MAXCALLS; loop++) in rxrpc_input_conn_event()
550 } channels[RXRPC_MAXCALLS];
1216 for (i = 0; i < RXRPC_MAXCALLS; i++) { in rxkad_verify_response()
Completed in 17 milliseconds