Home
last modified time | relevance | path

Searched refs:uverbs_attr_bundle (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/kernel/include/rdma/
H A Duverbs_ioctl.h305 int (*handler)(struct uverbs_attr_bundle *attrs);
349 int (*func_write)(struct uverbs_attr_bundle *attrs);
623 struct uverbs_attr_bundle { struct
633 static inline bool uverbs_attr_is_valid(const struct uverbs_attr_bundle *attrs_bundle, in uverbs_attr_is_valid() argument
651 (udata ? container_of(container_of(udata, struct uverbs_attr_bundle, \
659 static inline const struct uverbs_attr *uverbs_attr_get(const struct uverbs_attr_bundle *attrs_bund… in uverbs_attr_get()
668 static inline int uverbs_attr_get_enum_id(const struct uverbs_attr_bundle *attrs_bundle, in uverbs_attr_get_enum_id()
679 static inline void *uverbs_attr_get_obj(const struct uverbs_attr_bundle *attrs_bundle, in uverbs_attr_get_obj()
691 static inline struct ib_uobject *uverbs_attr_get_uobject(const struct uverbs_attr_bundle *attrs_bun… in uverbs_attr_get_uobject()
703 uverbs_attr_get_len(const struct uverbs_attr_bundle *attrs_bundle, u16 idx) in uverbs_attr_get_len()
[all …]
H A Duverbs_types.h59 struct uverbs_attr_bundle *attrs);
72 struct uverbs_attr_bundle *attrs);
103 struct uverbs_attr_bundle *attrs);
109 struct uverbs_attr_bundle *attrs);
113 struct uverbs_attr_bundle *attrs);
115 struct uverbs_attr_bundle *attrs,
118 struct uverbs_attr_bundle *attrs);
H A Duverbs_std_types.h50 struct uverbs_attr_bundle *attrs);
56 u32 id, struct uverbs_attr_bundle *attrs);
81 struct uverbs_attr_bundle *attrs) in uobj_alloc_abort()
87 struct uverbs_attr_bundle *attrs) in uobj_finalize_uobj_create()
102 struct uverbs_attr_bundle *attrs, struct ib_device **ib_dev) in __uobj_alloc()
H A Dib_verbs.h2246 struct uverbs_attr_bundle;
2444 struct uverbs_attr_bundle *attrs);
2462 struct uverbs_attr_bundle *attrs);
2467 struct uverbs_attr_bundle *attrs);
2492 struct uverbs_attr_bundle *attrs);
2493 int (*dealloc_dm)(struct ib_dm *dm, struct uverbs_attr_bundle *attrs);
2496 struct uverbs_attr_bundle *attrs);
2498 struct uverbs_attr_bundle *attrs);
2502 struct uverbs_attr_bundle *attrs);
2604 struct uverbs_attr_bundle *attrs);
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Drdma_core.h51 int uobj_destroy(struct ib_uobject *uobj, struct uverbs_attr_bundle *attrs);
64 s64 id, struct uverbs_attr_bundle *attrs);
68 bool commit, struct uverbs_attr_bundle *attrs);
70 int uverbs_output_written(const struct uverbs_attr_bundle *bundle, size_t idx);
75 struct ib_udata *uverbs_get_cleared_udata(struct uverbs_attr_bundle *attrs);
88 int(__rcu *handler)(struct uverbs_attr_bundle *attrs);
100 int (*handler)(struct uverbs_attr_bundle *attrs);
187 void uverbs_fill_udata(struct uverbs_attr_bundle *bundle,
H A Drdma_core.c124 struct uverbs_attr_bundle *attrs) in uverbs_destroy_uobject()
194 int uobj_destroy(struct ib_uobject *uobj, struct uverbs_attr_bundle *attrs) in uobj_destroy()
229 u32 id, struct uverbs_attr_bundle *attrs) in __uobj_get_destroy()
253 struct uverbs_attr_bundle *attrs) in __uobj_perform_destroy()
265 static struct ib_uobject *alloc_uobj(struct uverbs_attr_bundle *attrs, in alloc_uobj()
381 struct uverbs_attr_bundle *attrs) in rdma_lookup_get_uobject()
431 struct uverbs_attr_bundle *attrs) in alloc_begin_idr_uobject()
460 struct uverbs_attr_bundle *attrs) in alloc_begin_fd_uobject()
505 struct uverbs_attr_bundle *attrs) in rdma_alloc_begin_uobject()
539 struct uverbs_attr_bundle *attrs) in destroy_hw_idr_uobject()
[all …]
H A Duverbs_std_types.c44 struct uverbs_attr_bundle *attrs) in uverbs_free_ah()
53 struct uverbs_attr_bundle *attrs) in uverbs_free_flow()
73 struct uverbs_attr_bundle *attrs) in uverbs_free_mw()
80 struct uverbs_attr_bundle *attrs) in uverbs_free_rwq_ind_tbl()
104 struct uverbs_attr_bundle *attrs) in uverbs_free_xrcd()
124 struct uverbs_attr_bundle *attrs) in uverbs_free_pd()
172 int uverbs_destroy_def_handler(struct uverbs_attr_bundle *attrs) in uverbs_destroy_def_handler()
H A Duverbs_cmd.c58 static int uverbs_response(struct uverbs_attr_bundle *attrs, const void *resp, in uverbs_response()
91 static int uverbs_request(struct uverbs_attr_bundle *attrs, void *req, in uverbs_request()
115 static u32 uverbs_response_length(struct uverbs_attr_bundle *attrs, in uverbs_response_length()
130 static int uverbs_request_start(struct uverbs_attr_bundle *attrs, in uverbs_request_start()
182 struct ib_udata *uverbs_get_cleared_udata(struct uverbs_attr_bundle *attrs) in uverbs_get_cleared_udata()
189 _ib_uverbs_lookup_comp_file(s32 fd, struct uverbs_attr_bundle *attrs) in _ib_uverbs_lookup_comp_file()
206 int ib_alloc_ucontext(struct uverbs_attr_bundle *attrs) in ib_alloc_ucontext()
231 int ib_init_ucontext(struct uverbs_attr_bundle *attrs) in ib_init_ucontext()
276 static int ib_uverbs_get_context(struct uverbs_attr_bundle *attrs) in ib_uverbs_get_context()
370 static int ib_uverbs_query_device(struct uverbs_attr_bundle *attrs) in ib_uverbs_query_device()
[all …]
H A Duverbs_ioctl.c67 struct uverbs_attr_bundle bundle;
106 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size, in _uverbs_alloc()
148 static int uverbs_set_output(const struct uverbs_attr_bundle *bundle, in uverbs_set_output()
227 struct uverbs_attr_bundle *attrs) in uverbs_free_idrs_array()
416 int (*handler)(struct uverbs_attr_bundle *attrs); in ib_uverbs_run_method()
634 int uverbs_get_flags64(u64 *to, const struct uverbs_attr_bundle *attrs_bundle, in uverbs_get_flags64()
667 int uverbs_get_flags32(u32 *to, const struct uverbs_attr_bundle *attrs_bundle, in uverbs_get_flags32()
690 void uverbs_fill_udata(struct uverbs_attr_bundle *bundle, in uverbs_fill_udata()
723 int uverbs_copy_to(const struct uverbs_attr_bundle *bundle, size_t idx, in uverbs_copy_to()
745 int uverbs_output_written(const struct uverbs_attr_bundle *bundle, size_t idx) in uverbs_output_written()
[all …]
H A Duverbs_std_types_device.c21 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
66 struct uverbs_attr_bundle *attrs, in gather_objects_handle()
102 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
177 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
212 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
241 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
271 static int copy_gid_entries_to_user(struct uverbs_attr_bundle *attrs, in copy_gid_entries_to_user()
313 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
368 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
H A Duverbs_std_types_flow_action.c39 struct uverbs_attr_bundle *attrs) in uverbs_free_flow_action()
51 static u64 esp_flags_uverbs_to_verbs(struct uverbs_attr_bundle *attrs, in esp_flags_uverbs_to_verbs()
194 struct uverbs_attr_bundle *attrs) in flow_action_esp_get_encap()
228 struct uverbs_attr_bundle *attrs, in parse_flow_action_esp()
309 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
338 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
H A Duverbs.h225 int ib_alloc_ucontext(struct uverbs_attr_bundle *attrs);
226 int ib_init_ucontext(struct uverbs_attr_bundle *attrs);
243 struct uverbs_attr_bundle *attrs);
301 ib_uverbs_get_async_event(struct uverbs_attr_bundle *attrs, in ib_uverbs_get_async_event()
H A Duverbs_std_types_counters.c40 struct uverbs_attr_bundle *attrs) in uverbs_free_counters()
57 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
90 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
H A Duverbs_std_types_mr.c40 struct uverbs_attr_bundle *attrs) in uverbs_free_mr()
47 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
83 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
156 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
H A Duverbs_std_types_wq.c12 struct uverbs_attr_bundle *attrs) in uverbs_free_wq()
28 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
160 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
H A Duverbs_std_types_cq.c40 struct uverbs_attr_bundle *attrs) in uverbs_free_cq()
62 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
186 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
H A Duverbs_std_types_dm.c39 struct uverbs_attr_bundle *attrs) in uverbs_free_dm()
52 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
H A Duverbs_std_types_srq.c12 struct uverbs_attr_bundle *attrs) in uverbs_free_srq()
37 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
198 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
H A Duverbs_std_types_qp.c13 struct uverbs_attr_bundle *attrs) in uverbs_free_qp()
83 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
367 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
H A Duverbs_std_types_async_fd.c12 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dqos.c25 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
87 struct uverbs_attr_bundle *attrs) in pp_obj_cleanup()
H A Ddevx.c110 devx_ufile2uctx(const struct uverbs_attr_bundle *attrs) in devx_ufile2uctx()
520 static bool devx_is_valid_obj_id(struct uverbs_attr_bundle *attrs, in devx_is_valid_obj_id()
901 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
950 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
978 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
1285 struct uverbs_attr_bundle *attrs) in devx_obj_cleanup()
1351 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
1461 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
1506 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
1572 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
[all …]
H A Dstd_types.c16 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
H A Dfs.c1572 struct uverbs_attr_bundle *attrs) in mlx5_ib_create_flow_action_esp()
1655 struct uverbs_attr_bundle *attrs) in mlx5_ib_modify_flow_action_esp()
1813 static int get_dests(struct uverbs_attr_bundle *attrs, in get_dests()
1924 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
2036 struct uverbs_attr_bundle *attrs) in flow_matcher_cleanup()
2049 static int mlx5_ib_matcher_ns(struct uverbs_attr_bundle *attrs, in mlx5_ib_matcher_ns()
2096 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
2197 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
2318 struct uverbs_attr_bundle *attrs) in UVERBS_HANDLER()
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/
H A Drxe_mmap.c143 container_of(udata, struct uverbs_attr_bundle, driver_udata) in rxe_create_mmap_info()

12