Home
last modified time | relevance | path

Searched refs:rxe_pool_entry (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/infiniband/sw/rxe/
Drxe_pool.c283 static void insert_index(struct rxe_pool *pool, struct rxe_pool_entry *new) in insert_index()
287 struct rxe_pool_entry *elem; in insert_index()
291 elem = rb_entry(parent, struct rxe_pool_entry, node); in insert_index()
310 static void insert_key(struct rxe_pool *pool, struct rxe_pool_entry *new) in insert_key()
314 struct rxe_pool_entry *elem; in insert_key()
319 elem = rb_entry(parent, struct rxe_pool_entry, node); in insert_key()
343 struct rxe_pool_entry *elem = arg; in rxe_add_key()
355 struct rxe_pool_entry *elem = arg; in rxe_drop_key()
366 struct rxe_pool_entry *elem = arg; in rxe_add_index()
378 struct rxe_pool_entry *elem = arg; in rxe_drop_index()
[all …]
Drxe_verbs.h65 struct rxe_pool_entry pelem;
70 struct rxe_pool_entry pelem;
75 struct rxe_pool_entry pelem;
89 struct rxe_pool_entry pelem;
124 struct rxe_pool_entry pelem;
236 struct rxe_pool_entry pelem;
319 struct rxe_pool_entry pelem;
354 struct rxe_pool_entry pelem;
365 struct rxe_pool_entry pelem;
470 void rxe_mc_cleanup(struct rxe_pool_entry *arg);
Drxe_pool.h61 struct rxe_pool_entry;
66 void (*cleanup)(struct rxe_pool_entry *obj);
82 struct rxe_pool_entry { struct
97 void (*cleanup)(struct rxe_pool_entry *obj); argument
136 int rxe_add_to_pool(struct rxe_pool *pool, struct rxe_pool_entry *elem);
Drxe_loc.h67 void rxe_cq_cleanup(struct rxe_pool_entry *arg);
81 void rxe_mc_cleanup(struct rxe_pool_entry *arg);
138 void rxe_mem_cleanup(struct rxe_pool_entry *arg);
176 void rxe_qp_cleanup(struct rxe_pool_entry *arg);
Drxe_cq.c179 void rxe_cq_cleanup(struct rxe_pool_entry *arg) in rxe_cq_cleanup()
Drxe_mcast.c183 void rxe_mc_cleanup(struct rxe_pool_entry *arg) in rxe_mc_cleanup()
Drxe_mr.c94 void rxe_mem_cleanup(struct rxe_pool_entry *arg) in rxe_mem_cleanup()
Drxe_qp.c842 void rxe_qp_cleanup(struct rxe_pool_entry *arg) in rxe_qp_cleanup()