tm_caps          3659 drivers/infiniband/core/uverbs_cmd.c 	resp.tm_caps.max_rndv_hdr_size	= attr.tm_caps.max_rndv_hdr_size;
tm_caps          3660 drivers/infiniband/core/uverbs_cmd.c 	resp.tm_caps.max_num_tags	= attr.tm_caps.max_num_tags;
tm_caps          3661 drivers/infiniband/core/uverbs_cmd.c 	resp.tm_caps.max_ops		= attr.tm_caps.max_ops;
tm_caps          3662 drivers/infiniband/core/uverbs_cmd.c 	resp.tm_caps.max_sge		= attr.tm_caps.max_sge;
tm_caps          3663 drivers/infiniband/core/uverbs_cmd.c 	resp.tm_caps.flags		= attr.tm_caps.flags;
tm_caps          1050 drivers/infiniband/hw/mlx5/main.c 		props->tm_caps.max_num_tags =
tm_caps          1052 drivers/infiniband/hw/mlx5/main.c 		props->tm_caps.max_ops =
tm_caps          1054 drivers/infiniband/hw/mlx5/main.c 		props->tm_caps.max_sge = MLX5_TM_MAX_SGE;
tm_caps          1059 drivers/infiniband/hw/mlx5/main.c 		props->tm_caps.flags = IB_TM_CAP_RNDV_RC;
tm_caps          1060 drivers/infiniband/hw/mlx5/main.c 		props->tm_caps.max_rndv_hdr_size = MLX5_TM_MAX_RNDV_MSG_SIZE;
tm_caps           445 include/rdma/ib_verbs.h 	struct ib_tm_caps	tm_caps;
tm_caps           270 include/uapi/rdma/ib_user_verbs.h 	struct ib_uverbs_tm_caps tm_caps;