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.h2203 struct ib_device *ib_dev; member
2301 #define rdma_zalloc_drv_obj_gfp(ib_dev, ib_type, gfp) \ argument
2302 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \
2305 #define rdma_zalloc_drv_obj_numa(ib_dev, ib_type) \ argument
2306 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \
2309 #define rdma_zalloc_drv_obj(ib_dev, ib_type) \ argument
2310 rdma_zalloc_drv_obj_gfp(ib_dev, ib_type, GFP_KERNEL)
2871 void ib_unregister_device_queued(struct ib_device *ib_dev);
4358 static inline int ib_check_mr_access(struct ib_device *ib_dev, in ib_check_mr_access() argument
4361 u64 device_cap = ib_dev->attrs.device_cap_flags; in ib_check_mr_access()
[all …]
/include/trace/events/
Dib_umad.h53 __entry->dev_index = file->port->ib_dev->index;