Lines Matching defs:max_srq_depth
415 uint16_t max_srq_depth;
477 uint32_t max_srq_depth;
523 "max_srq_depth", offsetof(struct rdma_transport_opts, max_srq_depth),
871 max_req_count = rqpair->poller->max_srq_depth;
2699 rtransport->rdma_opts.max_srq_depth = SPDK_NVMF_RDMA_DEFAULT_SRQ_DEPTH;
2716 " num_shared_buffers=%d, num_cqe=%d, max_srq_depth=%d, no_srq=%d,"
2726 rtransport->rdma_opts.max_srq_depth,
2889 spdk_json_write_named_uint32(w, "max_srq_depth", rtransport->rdma_opts.max_srq_depth);
4059 if ((int)rtransport->rdma_opts.max_srq_depth > device->attr.max_srq_wr) {
4061 rtransport->rdma_opts.max_srq_depth, device->context->device->name, device->attr.max_srq_wr);
4063 poller->max_srq_depth = spdk_min((int)rtransport->rdma_opts.max_srq_depth, device->attr.max_srq_wr);
4069 srq_init_attr.srq_init_attr.attr.max_wr = poller->max_srq_depth;
4081 opts.max_queue_depth = poller->max_srq_depth;
4095 * where num_recv=num_data_wr=and num_send_wr=poller->max_srq_depth
4098 num_cqe = poller->max_srq_depth * 3;
5123 max_req_count = rqpair->srq == NULL ? rqpair->max_queue_depth : rqpair->poller->max_srq_depth;