Home
last modified time | relevance | path

Searched refs:mcast_group (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_multicast.c101 struct mcast_group { struct
122 struct mcast_group *group; argument
134 static struct mcast_group *mcast_find(struct mcast_port *port, in mcast_find()
138 struct mcast_group *group; in mcast_find()
142 group = rb_entry(node, struct mcast_group, node); in mcast_find()
155 static struct mcast_group *mcast_insert(struct mcast_port *port, in mcast_insert()
156 struct mcast_group *group, in mcast_insert()
161 struct mcast_group *cur_group; in mcast_insert()
166 cur_group = rb_entry(parent, struct mcast_group, node); in mcast_insert()
190 static void release_group(struct mcast_group *group) in release_group()
[all …]
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c101 struct mcast_group { struct
136 struct mcast_group *group; argument
162 static struct mcast_group *mcast_find(struct mlx4_ib_demux_ctx *ctx, in mcast_find()
166 struct mcast_group *group; in mcast_find()
170 group = rb_entry(node, struct mcast_group, node); in mcast_find()
183 static struct mcast_group *mcast_insert(struct mlx4_ib_demux_ctx *ctx, in mcast_insert()
184 struct mcast_group *group) in mcast_insert()
188 struct mcast_group *cur_group; in mcast_insert()
193 cur_group = rb_entry(parent, struct mcast_group, node); in mcast_insert()
252 static int send_join_to_wire(struct mcast_group *group, struct ib_sa_mad *sa_mad) in send_join_to_wire()
[all …]