Home
last modified time | relevance | path

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

/drivers/infiniband/ulp/rtrs/
Drtrs-srv.c34 static int __read_mostly sess_queue_depth = DEFAULT_SESS_QUEUE_DEPTH; variable
46 module_param_named(sess_queue_depth, sess_queue_depth, int, 0444);
47 MODULE_PARM_DESC(sess_queue_depth,
1412 srv->queue_depth = sess_queue_depth; in get_or_create_srv()
2245 if (sess_queue_depth < 1 || sess_queue_depth > MAX_SESS_QUEUE_DEPTH) { in check_module_params()
2247 sess_queue_depth, 1, MAX_SESS_QUEUE_DEPTH); in check_module_params()
2260 if ((ilog2(sess_queue_depth - 1) + 1) + in check_module_params()
2263 MAX_IMM_PAYL_BITS, sess_queue_depth, max_chunk_size); in check_module_params()
2277 sess_queue_depth, always_invalidate); in rtrs_server_init()