Searched refs:odp_caps (Results 1 – 12 of 12) sorted by relevance
174 if (attr_size >= offsetof(struct ibv_device_attr_ex, odp_caps) + in ibv_cmd_query_device_ex()175 sizeof(attr->odp_caps)) { in ibv_cmd_query_device_ex()177 offsetof(struct ibv_query_device_resp_ex, odp_caps) + in ibv_cmd_query_device_ex()178 sizeof(resp->odp_caps)) { in ibv_cmd_query_device_ex()179 attr->odp_caps.general_caps = resp->odp_caps.general_caps; in ibv_cmd_query_device_ex()180 attr->odp_caps.per_transport_caps.rc_odp_caps = in ibv_cmd_query_device_ex()181 resp->odp_caps.per_transport_caps.rc_odp_caps; in ibv_cmd_query_device_ex()182 attr->odp_caps.per_transport_caps.uc_odp_caps = in ibv_cmd_query_device_ex()183 resp->odp_caps.per_transport_caps.uc_odp_caps; in ibv_cmd_query_device_ex()184 attr->odp_caps.per_transport_caps.ud_odp_caps = in ibv_cmd_query_device_ex()[all …]
287 struct ibv_odp_caps_resp odp_caps; member
265 struct ibv_odp_caps odp_caps; member
186 struct ibv_odp_caps_resp odp_caps; member
386 if (!(attrx.odp_caps.general_caps & IBV_ODP_SUPPORT) || in pp_init_ctx()387 (attrx.odp_caps.per_transport_caps.rc_odp_caps & rc_caps_mask) != rc_caps_mask) { in pp_init_ctx()
503 print_odp_caps(&device_attr.odp_caps); in print_hca_cap()
3659 resp.odp_caps.general_caps = attr.odp_caps.general_caps; in ib_uverbs_ex_query_device()3660 resp.odp_caps.per_transport_caps.rc_odp_caps = in ib_uverbs_ex_query_device()3661 attr.odp_caps.per_transport_caps.rc_odp_caps; in ib_uverbs_ex_query_device()3662 resp.odp_caps.per_transport_caps.uc_odp_caps = in ib_uverbs_ex_query_device()3663 attr.odp_caps.per_transport_caps.uc_odp_caps; in ib_uverbs_ex_query_device()3664 resp.odp_caps.per_transport_caps.ud_odp_caps = in ib_uverbs_ex_query_device()3665 attr.odp_caps.per_transport_caps.ud_odp_caps; in ib_uverbs_ex_query_device()3666 resp.xrc_odp_caps = attr.odp_caps.per_transport_caps.xrc_odp_caps; in ib_uverbs_ex_query_device()
268 struct ib_uverbs_odp_caps odp_caps; member
769 struct ib_odp_caps odp_caps; member
801 props->odp_caps = dev->odp_caps; in mlx5_ib_query_device()
383 struct ib_odp_caps odp_caps; member
218 ib_attr->odp_caps.general_caps = 0; in bnxt_re_query_device()