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

/linux-master/net/rds/
H A Dib.c159 !!(device->attrs.odp_caps.per_transport_caps.rc_odp_caps &
161 !!(device->attrs.odp_caps.per_transport_caps.rc_odp_caps &
/linux-master/drivers/infiniband/hw/mlx5/
H A Dodp.c321 struct ib_odp_caps *caps = &dev->odp_caps;
1599 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT))
1617 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT))
1628 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT))
H A Dmain.c1028 if (dev->odp_caps.general_caps & IB_ODP_SUPPORT)
1030 props->odp_caps = dev->odp_caps;
1035 props->odp_caps.per_transport_caps.rc_odp_caps &=
1038 props->odp_caps.per_transport_caps.uc_odp_caps &=
1041 props->odp_caps.per_transport_caps.ud_odp_caps &=
1044 props->odp_caps.per_transport_caps.xrc_odp_caps &=
H A Dmlx5_ib.h1137 struct ib_odp_caps odp_caps; member in struct:mlx5_ib_dev
H A Dmr.c1425 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT))
/linux-master/drivers/infiniband/core/
H A Duverbs_cmd.c3619 resp.odp_caps.general_caps = attr.odp_caps.general_caps;
3620 resp.odp_caps.per_transport_caps.rc_odp_caps =
3621 attr.odp_caps.per_transport_caps.rc_odp_caps;
3622 resp.odp_caps.per_transport_caps.uc_odp_caps =
3623 attr.odp_caps.per_transport_caps.uc_odp_caps;
3624 resp.odp_caps.per_transport_caps.ud_odp_caps =
3625 attr.odp_caps.per_transport_caps.ud_odp_caps;
3626 resp.xrc_odp_caps = attr.odp_caps.per_transport_caps.xrc_odp_caps;
/linux-master/include/uapi/rdma/
H A Dib_user_verbs.h275 struct ib_uverbs_odp_caps odp_caps; member in struct:ib_uverbs_ex_query_device_resp
/linux-master/include/rdma/
H A Dib_verbs.h442 struct ib_odp_caps odp_caps; member in struct:ib_device_attr

Completed in 158 milliseconds