Home
last modified time | relevance | path

Searched refs:ib_uobject (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/sys/ofed/include/rdma/
H A Duverbs_types.h93 void (*alloc_commit)(struct ib_uobject *uobj);
95 void (*alloc_abort)(struct ib_uobject *uobj);
102 int __must_check (*destroy_hw)(struct ib_uobject *uobj,
105 void (*remove_handle)(struct ib_uobject *uobj);
142 void rdma_lookup_put_uobject(struct ib_uobject *uobj,
146 void rdma_alloc_abort_uobject(struct ib_uobject *uobj,
148 void rdma_alloc_commit_uobject(struct ib_uobject *uobj,
161 void uverbs_uobject_put(struct ib_uobject *uobject);
172 int (*destroy_object)(struct ib_uobject *uobj,
191 sizeof(struct ib_uobject)), \
[all …]
H A Duverbs_std_types.h63 static inline void *_uobj_get_obj_read(struct ib_uobject *uobj) in _uobj_get_obj_read()
84 struct ib_uobject *__uobj_get_destroy(const struct uverbs_api_object *obj,
91 static inline void uobj_put_destroy(struct ib_uobject *uobj) in uobj_put_destroy()
96 static inline void uobj_put_read(struct ib_uobject *uobj) in uobj_put_read()
104 static inline void uobj_put_write(struct ib_uobject *uobj) in uobj_put_write()
109 static inline void uobj_alloc_abort(struct ib_uobject *uobj, in uobj_alloc_abort()
115 static inline struct ib_uobject *
119 struct ib_uobject *uobj = rdma_alloc_begin_uobject(obj, attrs); in __uobj_alloc()
130 struct ib_uobject *uobj, in uverbs_flow_action_fill_action()
151 struct ib_uobject uobject;
[all …]
H A Duverbs_ioctl.h634 struct ib_uobject *uobject;
639 struct ib_uobject **uobjects;
718 static inline struct ib_uobject *uverbs_attr_get_uobject(const struct uverbs_attr_bundle *attrs_bun… in uverbs_attr_get_uobject()
772 struct ib_uobject ***arr) in uverbs_attr_get_uobjs_arr()
H A Dib_verbs.h1404 struct ib_uobject { struct
1432 struct ib_uobject *uobject; argument
1455 struct ib_uobject *uobject;
1565 struct ib_uobject *uobject;
1611 struct ib_uobject *uobject;
1637 struct ib_uobject *uobject;
1912 struct ib_uobject *uobject;
1968 struct ib_uobject *uobject;
2058 struct ib_uobject *uobject;
2557 struct ib_uobject *uobj) in ib_is_destroy_retryable()
[all …]
/freebsd-14.2/sys/ofed/drivers/infiniband/core/
H A Dib_rdma_core.c224 struct ib_uobject *uobj; in __uobj_get_destroy()
248 struct ib_uobject *uobj; in __uobj_perform_destroy()
263 struct ib_uobject *uobj; in alloc_uobj()
310 static struct ib_uobject *
315 struct ib_uobject *uobj; in lookup_get_idr_uobject()
334 static struct ib_uobject *
379 struct ib_uobject *uobj; in rdma_lookup_get_uobject()
430 struct ib_uobject *uobj; in alloc_begin_idr_uobject()
461 struct ib_uobject *uobj; in alloc_begin_fd_uobject()
497 struct ib_uobject *ret; in rdma_alloc_begin_uobject()
[all …]
H A Dib_uverbs_std_types.c40 static int uverbs_free_ah(struct ib_uobject *uobject, in uverbs_free_ah()
49 static int uverbs_free_flow(struct ib_uobject *uobject, in uverbs_free_flow()
69 static int uverbs_free_mw(struct ib_uobject *uobject, in uverbs_free_mw()
76 static int uverbs_free_qp(struct ib_uobject *uobject, in uverbs_free_qp()
110 static int uverbs_free_rwq_ind_tbl(struct ib_uobject *uobject, in uverbs_free_rwq_ind_tbl()
126 static int uverbs_free_wq(struct ib_uobject *uobject, in uverbs_free_wq()
143 static int uverbs_free_srq(struct ib_uobject *uobject, in uverbs_free_srq()
168 static int uverbs_free_xrcd(struct ib_uobject *uobject, in uverbs_free_xrcd()
188 static int uverbs_free_pd(struct ib_uobject *uobject, in uverbs_free_pd()
228 uverbs_completion_event_file_destroy_uobj(struct ib_uobject *uobj, in uverbs_completion_event_file_destroy_uobj()
H A Duverbs.h130 struct ib_uobject uobj;
136 struct ib_uobject uobj;
185 struct ib_uobject uobject;
192 struct ib_uobject uobject;
239 int ib_uverbs_dealloc_xrcd(struct ib_uobject *uobject, struct ib_xrcd *xrcd,
H A Dib_uverbs_std_types_async_fd.c16 struct ib_uobject *uobj = in UVERBS_HANDLER()
24 static int uverbs_async_event_destroy_uobj(struct ib_uobject *uobj, in uverbs_async_event_destroy_uobj()
H A Drdma_core.h52 int uobj_destroy(struct ib_uobject *uobj, struct uverbs_attr_bundle *attrs);
63 struct ib_uobject *
67 void uverbs_finalize_object(struct ib_uobject *uobj,
H A Dib_uverbs_std_types_cq.c37 static int uverbs_free_cq(struct ib_uobject *uobject, in uverbs_free_cq()
72 struct ib_uobject *ev_file_uobj; in UVERBS_HANDLER()
177 struct ib_uobject *uobj = in UVERBS_HANDLER()
H A Dib_uverbs_std_types_dm.c37 static int uverbs_free_dm(struct ib_uobject *uobject, in uverbs_free_dm()
55 struct ib_uobject *uobj = in UVERBS_HANDLER()
H A Dib_uverbs_std_types_counters.c40 static int uverbs_free_counters(struct ib_uobject *uobject, in uverbs_free_counters()
57 struct ib_uobject *uobj = uverbs_attr_get_uobject( in UVERBS_HANDLER()
H A Dib_uverbs_std_types_flow_action.c37 static int uverbs_free_flow_action(struct ib_uobject *uobject, in uverbs_free_flow_action()
311 struct ib_uobject *uobj = uverbs_attr_get_uobject( in UVERBS_HANDLER()
340 struct ib_uobject *uobj = uverbs_attr_get_uobject( in UVERBS_HANDLER()
H A Dib_uverbs_std_types_mr.c37 static int uverbs_free_mr(struct ib_uobject *uobject, in uverbs_free_mr()
85 struct ib_uobject *uobj = in UVERBS_HANDLER()
H A Dib_uverbs_cmd.c278 struct ib_uobject *uobj; in ib_uverbs_get_context()
716 struct ib_uobject *uobj; in ib_uverbs_reg_mr()
803 struct ib_uobject *uobj; in ib_uverbs_rereg_mr()
964 struct ib_uobject *uobj; in ib_uverbs_create_comp_channel()
1248 struct ib_uobject *uobj; in ib_uverbs_destroy_cq()
1969 struct ib_uobject *uobj; in ib_uverbs_destroy_qp()
2399 struct ib_uobject *uobj; in ib_uverbs_create_ah()
2993 struct ib_uobject *uobj; in ib_uverbs_ex_destroy_wq()
3055 struct ib_uobject *uobj; in ib_uverbs_ex_create_rwq_ind_table()
3188 struct ib_uobject *uobj; in ib_uverbs_ex_create_flow()
[all …]
H A Dib_uverbs_std_types_device.c63 struct ib_uobject *obj; in gather_objects_handle()
/freebsd-14.2/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_devx.c109 struct ib_uobject uobj;
603 struct ib_uobject *uobj, const void *in) in devx_is_valid_obj_id()
1333 static int devx_obj_cleanup(struct ib_uobject *uobject, in devx_obj_cleanup()
1398 struct ib_uobject *uobj = uverbs_attr_get_uobject( in UVERBS_HANDLER()
1592 struct ib_uobject uobj;
1611 struct ib_uobject *uobj = uverbs_attr_get_uobject( in UVERBS_HANDLER()
1625 struct ib_uobject *uobj = uverbs_attr_get_uobject( in UVERBS_HANDLER()
1681 struct ib_uobject *uobj = uverbs_attr_get_uobject( in UVERBS_HANDLER()
1687 struct ib_uobject *fd_uobj; in UVERBS_HANDLER()
1914 struct ib_uobject *fd_uobj; in UVERBS_HANDLER()
[all …]
H A Dmlx5_ib_qp.c1278 struct ib_uobject *uobj = pd->uobject; in create_raw_packet_qp()
1367 struct ib_uobject *uobj = pd->uobject; in create_rss_raw_qp_tir()