Searched refs:odp_caps (Results 1 – 10 of 10) 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()
321 struct ib_odp_caps *caps = &dev->odp_caps; in internal_fill_odp_caps()1602 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT)) in mlx5_odp_init_mkey_cache()1620 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT)) in mlx5_ib_odp_init_one()1631 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT)) in mlx5_ib_odp_cleanup_one()
1013 if (dev->odp_caps.general_caps & IB_ODP_SUPPORT) in mlx5_ib_query_device()1015 props->odp_caps = dev->odp_caps; in mlx5_ib_query_device()1020 props->odp_caps.per_transport_caps.rc_odp_caps &= in mlx5_ib_query_device()1023 props->odp_caps.per_transport_caps.uc_odp_caps &= in mlx5_ib_query_device()1026 props->odp_caps.per_transport_caps.ud_odp_caps &= in mlx5_ib_query_device()1029 props->odp_caps.per_transport_caps.xrc_odp_caps &= in mlx5_ib_query_device()
1137 struct ib_odp_caps odp_caps; member
1458 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT)) in create_user_odp_mr()
3620 resp.odp_caps.general_caps = attr.odp_caps.general_caps; in ib_uverbs_ex_query_device()3621 resp.odp_caps.per_transport_caps.rc_odp_caps = in ib_uverbs_ex_query_device()3622 attr.odp_caps.per_transport_caps.rc_odp_caps; in ib_uverbs_ex_query_device()3623 resp.odp_caps.per_transport_caps.uc_odp_caps = in ib_uverbs_ex_query_device()3624 attr.odp_caps.per_transport_caps.uc_odp_caps; in ib_uverbs_ex_query_device()3625 resp.odp_caps.per_transport_caps.ud_odp_caps = in ib_uverbs_ex_query_device()3626 attr.odp_caps.per_transport_caps.ud_odp_caps; in ib_uverbs_ex_query_device()3627 resp.xrc_odp_caps = attr.odp_caps.per_transport_caps.xrc_odp_caps; in ib_uverbs_ex_query_device()
275 struct ib_uverbs_odp_caps odp_caps; member
1101 struct mlx5_odp_caps *odp_caps);
442 struct ib_odp_caps odp_caps; member
1139 if (attr.odp_caps.general_caps & IBV_ODP_SUPPORT) { in rdma_support_odp()