Home
last modified time | relevance | path

Searched full:rdma_opts (Results 1 – 4 of 4) sorted by relevance

/linux/fs/9p/
H A Dvfs_super.c342 ctx->rdma_opts.port = P9_RDMA_PORT; in v9fs_init_fs_context()
343 ctx->rdma_opts.sq_depth = P9_RDMA_SQ_DEPTH; in v9fs_init_fs_context()
344 ctx->rdma_opts.rq_depth = P9_RDMA_RQ_DEPTH; in v9fs_init_fs_context()
345 ctx->rdma_opts.timeout = P9_RDMA_TIMEOUT; in v9fs_init_fs_context()
346 ctx->rdma_opts.privport = false; in v9fs_init_fs_context()
H A Dv9fs.c220 struct p9_rdma_opts *rdma_opts = &ctx->rdma_opts; in v9fs_parse_param() local
377 rdma_opts->sq_depth = result.uint_32; in v9fs_parse_param()
380 rdma_opts->rq_depth = result.uint_32; in v9fs_parse_param()
383 rdma_opts->timeout = result.uint_32; in v9fs_parse_param()
388 rdma_opts->port = result.uint_32; in v9fs_parse_param()
392 rdma_opts->port = true; in v9fs_parse_param()
/linux/net/9p/
H A Dtrans_rdma.c526 struct p9_rdma_opts opts = ctx->rdma_opts; in rdma_create_trans()
536 opts = ctx->rdma_opts; in rdma_create_trans()
/linux/include/net/9p/
H A Dclient.h221 struct p9_rdma_opts rdma_opts; member