Home
last modified time | relevance | path

Searched refs:odp_caps (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/net/rds/
Dib.c161 !!(device->attrs.odp_caps.per_transport_caps.rc_odp_caps & in rds_ib_add_one()
163 !!(device->attrs.odp_caps.per_transport_caps.rc_odp_caps & in rds_ib_add_one()
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dodp.c380 struct ib_odp_caps *caps = &dev->odp_caps; in mlx5_ib_internal_fill_odp_caps()
1657 if (!(ent->dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT)) in mlx5_odp_init_mr_cache_entry()
1689 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT)) in mlx5_ib_odp_init_one()
1694 if (dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT) { in mlx5_ib_odp_init_one()
1709 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT)) in mlx5_ib_odp_cleanup_one()
Dmain.c982 if (dev->odp_caps.general_caps & IB_ODP_SUPPORT) in mlx5_ib_query_device()
984 props->odp_caps = dev->odp_caps; in mlx5_ib_query_device()
989 props->odp_caps.per_transport_caps.rc_odp_caps &= in mlx5_ib_query_device()
992 props->odp_caps.per_transport_caps.uc_odp_caps &= in mlx5_ib_query_device()
995 props->odp_caps.per_transport_caps.ud_odp_caps &= in mlx5_ib_query_device()
998 props->odp_caps.per_transport_caps.xrc_odp_caps &= in mlx5_ib_query_device()
Dmlx5_ib.h991 struct ib_odp_caps odp_caps; member
Dmr.c1385 !(dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT)) in mlx5_ib_reg_user_mr()
/Linux-v5.10/drivers/infiniband/core/
Duverbs_cmd.c3583 resp.odp_caps.general_caps = attr.odp_caps.general_caps; in ib_uverbs_ex_query_device()
3584 resp.odp_caps.per_transport_caps.rc_odp_caps = in ib_uverbs_ex_query_device()
3585 attr.odp_caps.per_transport_caps.rc_odp_caps; in ib_uverbs_ex_query_device()
3586 resp.odp_caps.per_transport_caps.uc_odp_caps = in ib_uverbs_ex_query_device()
3587 attr.odp_caps.per_transport_caps.uc_odp_caps; in ib_uverbs_ex_query_device()
3588 resp.odp_caps.per_transport_caps.ud_odp_caps = in ib_uverbs_ex_query_device()
3589 attr.odp_caps.per_transport_caps.ud_odp_caps; in ib_uverbs_ex_query_device()
3590 resp.xrc_odp_caps = attr.odp_caps.per_transport_caps.xrc_odp_caps; in ib_uverbs_ex_query_device()
/Linux-v5.10/include/uapi/rdma/
Dib_user_verbs.h263 struct ib_uverbs_odp_caps odp_caps; member
/Linux-v5.10/include/linux/mlx5/
Ddriver.h1008 struct mlx5_odp_caps *odp_caps);
/Linux-v5.10/include/rdma/
Dib_verbs.h421 struct ib_odp_caps odp_caps; member