Lines Matching refs:queue_depth
108 for (i = 0; i < srv->queue_depth; i++) in rtrs_srv_free_ops_ids()
137 srv_path->ops_ids = kcalloc(srv->queue_depth, in rtrs_srv_alloc_ops_ids()
143 for (i = 0; i < srv->queue_depth; ++i) { in rtrs_srv_alloc_ops_ids()
581 mrs_num = srv->queue_depth; in map_cont_bufs()
585 mrs_num = DIV_ROUND_UP(srv->queue_depth, chunks_per_mr); in map_cont_bufs()
586 chunks_per_mr = DIV_ROUND_UP(srv->queue_depth, mrs_num); in map_cont_bufs()
603 srv->queue_depth - chunks); in map_cont_bufs()
651 chunk_bits = ilog2(srv->queue_depth - 1) + 1; in map_cont_bufs()
973 q_size = srv->queue_depth; in post_recv_path()
1230 if (msg_id >= srv->queue_depth || off >= max_chunk_size) { in rtrs_srv_rdma_done()
1313 return srv->queue_depth; in rtrs_srv_get_queue_depth()
1348 for (i = 0; i < srv->queue_depth; i++) in free_srv()
1391 srv->queue_depth = sess_queue_depth; in get_or_create_srv()
1396 srv->chunks = kcalloc(srv->queue_depth, sizeof(*srv->chunks), in get_or_create_srv()
1401 for (i = 0; i < srv->queue_depth; i++) { in get_or_create_srv()
1582 .queue_depth = cpu_to_le16(srv->queue_depth), in rtrs_rdma_do_accept()
1662 s->signal_interval = min_not_zero(srv->queue_depth, in create_con()
1669 srv->queue_depth * (1 + 4) + 1); in create_con()
1673 srv->queue_depth * (1 + 2) + 1); in create_con()
1675 max_recv_wr = srv->queue_depth + 1; in create_con()
1748 srv_path->dma_addr = kcalloc(srv->queue_depth, in __alloc_path()