Lines Matching refs:queue_depth
112 for (i = 0; i < srv->queue_depth; i++) in rtrs_srv_free_ops_ids()
141 srv_path->ops_ids = kcalloc(srv->queue_depth, in rtrs_srv_alloc_ops_ids()
147 for (i = 0; i < srv->queue_depth; ++i) { in rtrs_srv_alloc_ops_ids()
588 mrs_num = srv->queue_depth; in map_cont_bufs()
592 mrs_num = DIV_ROUND_UP(srv->queue_depth, chunks_per_mr); in map_cont_bufs()
593 chunks_per_mr = DIV_ROUND_UP(srv->queue_depth, mrs_num); in map_cont_bufs()
610 srv->queue_depth - chunks); in map_cont_bufs()
658 chunk_bits = ilog2(srv->queue_depth - 1) + 1; in map_cont_bufs()
995 q_size = srv->queue_depth; in post_recv_path()
1263 if (msg_id >= srv->queue_depth || off >= max_chunk_size) { in rtrs_srv_rdma_done()
1346 return srv->queue_depth; in rtrs_srv_get_queue_depth()
1381 for (i = 0; i < srv->queue_depth; i++) in free_srv()
1424 srv->queue_depth = sess_queue_depth; in get_or_create_srv()
1429 srv->chunks = kcalloc(srv->queue_depth, sizeof(*srv->chunks), in get_or_create_srv()
1434 for (i = 0; i < srv->queue_depth; i++) { in get_or_create_srv()
1616 .queue_depth = cpu_to_le16(srv->queue_depth), in rtrs_rdma_do_accept()
1696 s->signal_interval = min_not_zero(srv->queue_depth, in create_con()
1703 srv->queue_depth * (1 + 4) + 1); in create_con()
1707 srv->queue_depth * (1 + 2) + 1); in create_con()
1709 max_recv_wr = srv->queue_depth + 1; in create_con()
1782 srv_path->dma_addr = kcalloc(srv->queue_depth, in __alloc_path()