Searched refs:odp_caps (Results 1 – 9 of 9) sorted by relevance
159 !!(device->attrs.odp_caps.per_transport_caps.rc_odp_caps & in rds_ib_add_one()161 !!(device->attrs.odp_caps.per_transport_caps.rc_odp_caps & in rds_ib_add_one()
322 struct ib_odp_caps *caps = &dev->odp_caps; in internal_fill_odp_caps()1593 if (!(ent->dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT)) in mlx5_odp_init_mkey_cache_entry()1623 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT)) in mlx5_ib_odp_init_one()1628 if (dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT) { in mlx5_ib_odp_init_one()1642 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT)) in mlx5_ib_odp_cleanup_one()
994 if (dev->odp_caps.general_caps & IB_ODP_SUPPORT) in mlx5_ib_query_device()996 props->odp_caps = dev->odp_caps; in mlx5_ib_query_device()1001 props->odp_caps.per_transport_caps.rc_odp_caps &= in mlx5_ib_query_device()1004 props->odp_caps.per_transport_caps.uc_odp_caps &= in mlx5_ib_query_device()1007 props->odp_caps.per_transport_caps.ud_odp_caps &= in mlx5_ib_query_device()1010 props->odp_caps.per_transport_caps.xrc_odp_caps &= in mlx5_ib_query_device()
1073 struct ib_odp_caps odp_caps; member
1204 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT)) in create_user_odp_mr()
3613 resp.odp_caps.general_caps = attr.odp_caps.general_caps; in ib_uverbs_ex_query_device()3614 resp.odp_caps.per_transport_caps.rc_odp_caps = in ib_uverbs_ex_query_device()3615 attr.odp_caps.per_transport_caps.rc_odp_caps; in ib_uverbs_ex_query_device()3616 resp.odp_caps.per_transport_caps.uc_odp_caps = in ib_uverbs_ex_query_device()3617 attr.odp_caps.per_transport_caps.uc_odp_caps; in ib_uverbs_ex_query_device()3618 resp.odp_caps.per_transport_caps.ud_odp_caps = in ib_uverbs_ex_query_device()3619 attr.odp_caps.per_transport_caps.ud_odp_caps; in ib_uverbs_ex_query_device()3620 resp.xrc_odp_caps = attr.odp_caps.per_transport_caps.xrc_odp_caps; in ib_uverbs_ex_query_device()
263 struct ib_uverbs_odp_caps odp_caps; member
1085 struct mlx5_odp_caps *odp_caps);
438 struct ib_odp_caps odp_caps; member