Searched refs:tm_caps (Results 1 – 4 of 4) sorted by relevance
4079 if (ucore->outlen < resp.response_length + sizeof(resp.tm_caps)) in ib_uverbs_ex_query_device()4082 resp.tm_caps.max_rndv_hdr_size = attr.tm_caps.max_rndv_hdr_size; in ib_uverbs_ex_query_device()4083 resp.tm_caps.max_num_tags = attr.tm_caps.max_num_tags; in ib_uverbs_ex_query_device()4084 resp.tm_caps.max_ops = attr.tm_caps.max_ops; in ib_uverbs_ex_query_device()4085 resp.tm_caps.max_sge = attr.tm_caps.max_sge; in ib_uverbs_ex_query_device()4086 resp.tm_caps.flags = attr.tm_caps.flags; in ib_uverbs_ex_query_device()4087 resp.response_length += sizeof(resp.tm_caps); in ib_uverbs_ex_query_device()
269 struct ib_uverbs_tm_caps tm_caps; member
942 props->tm_caps.max_rndv_hdr_size = MLX5_TM_MAX_RNDV_MSG_SIZE; in mlx5_ib_query_device()943 props->tm_caps.max_num_tags = in mlx5_ib_query_device()945 props->tm_caps.flags = IB_TM_CAP_RC; in mlx5_ib_query_device()946 props->tm_caps.max_ops = in mlx5_ib_query_device()948 props->tm_caps.max_sge = MLX5_TM_MAX_SGE; in mlx5_ib_query_device()
387 struct ib_tm_caps tm_caps; member