Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/ulp/rtrs/
Drtrs-srv.c39 static int __read_mostly sess_queue_depth = DEFAULT_SESS_QUEUE_DEPTH; variable
51 module_param_named(sess_queue_depth, sess_queue_depth, int, 0444);
52 MODULE_PARM_DESC(sess_queue_depth,
1424 srv->queue_depth = sess_queue_depth; in get_or_create_srv()
2250 if (sess_queue_depth < 1 || sess_queue_depth > MAX_SESS_QUEUE_DEPTH) { in check_module_params()
2252 sess_queue_depth, 1, MAX_SESS_QUEUE_DEPTH); in check_module_params()
2265 if ((ilog2(sess_queue_depth - 1) + 1) + in check_module_params()
2268 MAX_IMM_PAYL_BITS, sess_queue_depth, max_chunk_size); in check_module_params()
2310 sess_queue_depth, always_invalidate); in rtrs_server_init()