Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
Duverbs.h159 struct ib_uobject uobject;
165 struct ib_uobject uobject;
187 struct ib_uobject uobject;
208 void idr_remove_uobj(struct idr *idp, struct ib_uobject *uobj);
Dib_uverbs_cmd.c99 static void init_uobj(struct ib_uobject *uobj, u64 user_handle, in init_uobj()
111 kfree_rcu(container_of(kref, struct ib_uobject, ref), rcu); in release_uobj()
114 static void put_uobj(struct ib_uobject *uobj) in put_uobj()
119 static void put_uobj_read(struct ib_uobject *uobj) in put_uobj_read()
125 static void put_uobj_write(struct ib_uobject *uobj) in put_uobj_write()
131 static int idr_add_uobj(struct idr *idr, struct ib_uobject *uobj) in idr_add_uobj()
148 void idr_remove_uobj(struct idr *idr, struct ib_uobject *uobj) in idr_remove_uobj()
155 static struct ib_uobject *__idr_get_uobj(struct idr *idr, int id, in __idr_get_uobj()
158 struct ib_uobject *uobj; in __idr_get_uobj()
173 static struct ib_uobject *idr_read_uobj(struct idr *idr, int id, in idr_read_uobj()
[all …]
Dib_uverbs_main.c234 struct ib_uobject *uobj, *tmp; in ib_uverbs_cleanup_ucontext()
/freebsd-12-stable/sys/ofed/include/rdma/
Dib_verbs.h1384 struct ib_uobject { struct
1407 struct ib_uobject *uobject; argument
1430 struct ib_uobject *uobject;
1443 struct ib_uobject *uobject;
1456 struct ib_uobject *uobject;
1483 struct ib_uobject *uobject;
1515 struct ib_uobject *uobject;
1546 struct ib_uobject *uobject;
1566 struct ib_uobject *uobject; /* user */
1574 struct ib_uobject *uobject;
[all …]
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
Dmlx5_ib_qp.c1240 struct ib_uobject *uobj = pd->uobject; in create_raw_packet_qp()
1328 struct ib_uobject *uobj = pd->uobject; in create_rss_raw_qp_tir()