Lines Matching defs:in_capsule_data_size
761 " in_capsule_data_size=%d, max_aq_depth=%d\n"
770 opts->in_capsule_data_size,
789 opts->in_capsule_data_size < SPDK_NVME_TCP_IN_CAPSULE_DATA_MAX_SIZE) {
803 if (opts->in_capsule_data_size > opts->max_io_size) {
806 opts->in_capsule_data_size = opts->max_io_size;
1355 uint32_t in_capsule_data_size;
1359 in_capsule_data_size = opts->in_capsule_data_size;
1361 in_capsule_data_size = SPDK_BDEV_BUF_SIZE_WITH_MD(in_capsule_data_size);
1372 if (in_capsule_data_size) {
1373 tqpair->bufs = spdk_zmalloc(tqpair->resource_count * in_capsule_data_size, 0x1000,
1401 tcp_req->buf = (void *)((uintptr_t)tqpair->bufs + (i * in_capsule_data_size));
1429 tqpair->recv_buf_size = (in_capsule_data_size + sizeof(struct spdk_nvme_tcp_cmd) + 2 *
1673 if (transport->opts.in_capsule_data_size < SPDK_NVME_TCP_IN_CAPSULE_DATA_MAX_SIZE) {
1675 "Creating control messages list\n", transport->opts.in_capsule_data_size,
2744 uint32_t max_len = transport->opts.in_capsule_data_size;
3353 tqpair->qpair.qid == 0) && tcp_req->req.length > transport->opts.in_capsule_data_size)) {
3921 opts->in_capsule_data_size = SPDK_NVMF_TCP_DEFAULT_IN_CAPSULE_DATA_SIZE;