Searched refs:MAX_SESS_QUEUE_DEPTH (Results 1 – 3 of 3) sorted by relevance
55 MAX_SESS_QUEUE_DEPTH = 4096, enumerator
53 __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()
1719 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()