Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/ipath/
Dipath_verbs_mcast.c85 static struct ipath_mcast *ipath_mcast_alloc(union ib_gid *mgid) in ipath_mcast_alloc()
87 struct ipath_mcast *mcast; in ipath_mcast_alloc()
103 static void ipath_mcast_free(struct ipath_mcast *mcast) in ipath_mcast_free()
121 struct ipath_mcast *ipath_mcast_find(union ib_gid *mgid) in ipath_mcast_find()
125 struct ipath_mcast *mcast; in ipath_mcast_find()
132 mcast = rb_entry(n, struct ipath_mcast, rb_node); in ipath_mcast_find()
164 struct ipath_mcast *mcast, in ipath_mcast_add()
174 struct ipath_mcast *tmcast; in ipath_mcast_add()
178 tmcast = rb_entry(pn, struct ipath_mcast, rb_node); in ipath_mcast_add()
240 struct ipath_mcast *mcast; in ipath_multicast_attach()
[all …]
Dipath_verbs.h161 struct ipath_mcast { struct
717 struct ipath_mcast *ipath_mcast_find(union ib_gid *mgid);
Dipath_verbs.c630 struct ipath_mcast *mcast; in ipath_ib_rcv()