Searched refs:ib_uobject (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/ofed/drivers/infiniband/core/ |
| D | uverbs.h | 159 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);
|
| D | ib_uverbs_cmd.c | 99 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 …]
|
| D | ib_uverbs_main.c | 234 struct ib_uobject *uobj, *tmp; in ib_uverbs_cleanup_ucontext()
|
| /freebsd-12-stable/sys/ofed/include/rdma/ |
| D | ib_verbs.h | 1384 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/ |
| D | mlx5_ib_qp.c | 1240 struct ib_uobject *uobj = pd->uobject; in create_raw_packet_qp() 1328 struct ib_uobject *uobj = pd->uobject; in create_rss_raw_qp_tir()
|