Searched refs:odp_caps (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dcmd.c174 if (attr_size >= offsetof(struct ibv_device_attr_ex, odp_caps) +
175 sizeof(attr->odp_caps)) {
177 offsetof(struct ibv_query_device_resp_ex, odp_caps) +
178 sizeof(resp->odp_caps)) {
179 attr->odp_caps.general_caps = resp->odp_caps.general_caps;
180 attr->odp_caps.per_transport_caps.rc_odp_caps =
181 resp->odp_caps.per_transport_caps.rc_odp_caps;
182 attr->odp_caps.per_transport_caps.uc_odp_caps =
183 resp->odp_caps
[all...]
H A Dkern-abi.h287 struct ibv_odp_caps_resp odp_caps; member in struct:ibv_query_device_resp_ex
H A Dverbs.h265 struct ibv_odp_caps odp_caps; member in struct:ibv_device_attr_ex
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c4243 resp.response_length = offsetof(typeof(resp), odp_caps);
4254 if (ucore->outlen < resp.response_length + sizeof(resp.odp_caps))
4258 resp.odp_caps.general_caps = attr.odp_caps.general_caps;
4259 resp.odp_caps.per_transport_caps.rc_odp_caps =
4260 attr.odp_caps.per_transport_caps.rc_odp_caps;
4261 resp.odp_caps.per_transport_caps.uc_odp_caps =
4262 attr.odp_caps.per_transport_caps.uc_odp_caps;
4263 resp.odp_caps.per_transport_caps.ud_odp_caps =
4264 attr.odp_caps
[all...]
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c382 if (!(attrx.odp_caps.general_caps & IBV_ODP_SUPPORT) ||
383 (attrx.odp_caps.per_transport_caps.rc_odp_caps & rc_caps_mask) != rc_caps_mask) {
H A Ddevinfo.c503 print_odp_caps(&device_attr.odp_caps);
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h250 struct ib_uverbs_odp_caps odp_caps; member in struct:ib_uverbs_ex_query_device_resp
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h683 struct ib_odp_caps odp_caps; member in struct:mlx5_ib_dev
H A Dmlx5_ib_main.c794 props->odp_caps = dev->odp_caps;
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h333 struct ib_odp_caps odp_caps; member in struct:ib_device_attr

Completed in 189 milliseconds