Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/ulp/rtrs/
Drtrs-pri.h55 MAX_SESS_QUEUE_DEPTH = 4096, enumerator
Drtrs-srv.c53 __stringify(MAX_SESS_QUEUE_DEPTH) " (default: "
2181 if (sess_queue_depth < 1 || sess_queue_depth > MAX_SESS_QUEUE_DEPTH) { in check_module_params()
2183 sess_queue_depth, 1, MAX_SESS_QUEUE_DEPTH); in check_module_params()
Drtrs-clt.c1719 if (queue_depth > MAX_SESS_QUEUE_DEPTH) { in rtrs_rdma_conn_established()
2390 rx_sz += sizeof(u64) * MAX_SESS_QUEUE_DEPTH; in rtrs_send_sess_info()