Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Dmulticast.c96 struct mcast_group { struct
117 struct mcast_group *group; argument
129 static struct mcast_group *mcast_find(struct mcast_port *port, in mcast_find()
133 struct mcast_group *group; in mcast_find()
137 group = rb_entry(node, struct mcast_group, node); in mcast_find()
150 static struct mcast_group *mcast_insert(struct mcast_port *port, in mcast_insert()
151 struct mcast_group *group, in mcast_insert()
156 struct mcast_group *cur_group; in mcast_insert()
161 cur_group = rb_entry(parent, struct mcast_group, node); in mcast_insert()
185 static void release_group(struct mcast_group *group) in release_group()
[all …]
/linux/drivers/infiniband/hw/mlx4/
H A Dmcg.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 …]
/linux/tools/net/ynl/pyynl/lib/
H A Ddoc_generator.py149 def parse_mcast_group(self, mcast_group: List[Dict[str, Any]]) -> str:
152 for group in mcast_group: