Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/ulp/rtrs/
Drtrs-srv.c36 static int __read_mostly sess_queue_depth = DEFAULT_SESS_QUEUE_DEPTH; variable
48 module_param_named(sess_queue_depth, sess_queue_depth, int, 0444);
49 MODULE_PARM_DESC(sess_queue_depth,
1391 srv->queue_depth = sess_queue_depth; in get_or_create_srv()
2216 if (sess_queue_depth < 1 || sess_queue_depth > MAX_SESS_QUEUE_DEPTH) { in check_module_params()
2218 sess_queue_depth, 1, MAX_SESS_QUEUE_DEPTH); in check_module_params()
2231 if ((ilog2(sess_queue_depth - 1) + 1) + in check_module_params()
2234 MAX_IMM_PAYL_BITS, sess_queue_depth, max_chunk_size); in check_module_params()
2248 sess_queue_depth, always_invalidate); in rtrs_server_init()