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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_verbs_mcast.c84 static struct ipath_mcast *ipath_mcast_alloc(union ib_gid *mgid)
86 struct ipath_mcast *mcast;
102 static void ipath_mcast_free(struct ipath_mcast *mcast)
120 struct ipath_mcast *ipath_mcast_find(union ib_gid *mgid)
124 struct ipath_mcast *mcast;
131 mcast = rb_entry(n, struct ipath_mcast, rb_node);
163 struct ipath_mcast *mcast,
173 struct ipath_mcast *tmcast;
177 tmcast = rb_entry(pn, struct ipath_mcast, rb_node);
239 struct ipath_mcast *mcas
[all...]
H A Dipath_verbs.h140 * There is one struct ipath_mcast for each multicast GID.
149 struct ipath_mcast { struct
641 struct ipath_mcast *ipath_mcast_find(union ib_gid *mgid);
H A Dipath_verbs.c433 struct ipath_mcast *mcast;

Completed in 51 milliseconds