Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv.c38 static int __read_mostly sess_queue_depth = DEFAULT_SESS_QUEUE_DEPTH; variable
50 module_param_named(sess_queue_depth, sess_queue_depth, int, 0444);
51 MODULE_PARM_DESC(sess_queue_depth,
1380 srv->queue_depth = sess_queue_depth; in get_or_create_srv()
2191 if (sess_queue_depth < 1 || sess_queue_depth > MAX_SESS_QUEUE_DEPTH) { in check_module_params()
2193 sess_queue_depth, 1, MAX_SESS_QUEUE_DEPTH); in check_module_params()
2206 if ((ilog2(sess_queue_depth - 1) + 1) + in check_module_params()
2209 MAX_IMM_PAYL_BITS, sess_queue_depth, max_chunk_size); in check_module_params()
2223 sess_queue_depth, always_invalidate); in rtrs_server_init()
2233 chunk_pool = mempool_create_page_pool(sess_queue_depth * CHUNK_POOL_SZ, in rtrs_server_init()