Home
last modified time | relevance | path

Searched refs:ib_dev (Results 1 – 4 of 4) sorted by relevance

/include/rdma/
Duverbs_std_types.h102 struct uverbs_attr_bundle *attrs, struct ib_device **ib_dev) in __uobj_alloc() argument
107 *ib_dev = attrs->context->device; in __uobj_alloc()
116 struct ib_device *ib_dev, in uverbs_flow_action_fill_action() argument
120 action->device = ib_dev; in uverbs_flow_action_fill_action()
Dib_cache.h20 const struct ib_gid_attr *rdma_find_gid_by_port(struct ib_device *ib_dev,
Dib_verbs.h2174 struct ib_device *ib_dev; member
2271 #define rdma_zalloc_drv_obj_gfp(ib_dev, ib_type, gfp) \ argument
2272 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \
2275 #define rdma_zalloc_drv_obj_numa(ib_dev, ib_type) \ argument
2276 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \
2279 #define rdma_zalloc_drv_obj(ib_dev, ib_type) \ argument
2280 rdma_zalloc_drv_obj_gfp(ib_dev, ib_type, GFP_KERNEL)
2842 void ib_unregister_device_queued(struct ib_device *ib_dev);
4284 static inline int ib_check_mr_access(struct ib_device *ib_dev, in ib_check_mr_access() argument
4299 !(ib_dev->attrs.device_cap_flags & IB_DEVICE_ON_DEMAND_PAGING)) in ib_check_mr_access()
[all …]
/include/trace/events/
Dib_umad.h53 __entry->dev_index = file->port->ib_dev->index;