Lines Matching refs:rvt_mcast
107 static struct rvt_mcast *rvt_mcast_alloc(union ib_gid *mgid, u16 lid) in rvt_mcast_alloc()
109 struct rvt_mcast *mcast; in rvt_mcast_alloc()
126 static void rvt_mcast_free(struct rvt_mcast *mcast) in rvt_mcast_free()
148 struct rvt_mcast *rvt_mcast_find(struct rvt_ibport *ibp, union ib_gid *mgid, in rvt_mcast_find()
153 struct rvt_mcast *found = NULL; in rvt_mcast_find()
159 struct rvt_mcast *mcast; in rvt_mcast_find()
161 mcast = rb_entry(n, struct rvt_mcast, rb_node); in rvt_mcast_find()
194 struct rvt_mcast *mcast, struct rvt_mcast_qp *mqp) in rvt_mcast_add()
203 struct rvt_mcast *tmcast; in rvt_mcast_add()
207 tmcast = rb_entry(pn, struct rvt_mcast, rb_node); in rvt_mcast_add()
285 struct rvt_mcast *mcast; in rvt_attach_mcast()
348 struct rvt_mcast *mcast = NULL; in rvt_detach_mcast()
367 mcast = rb_entry(n, struct rvt_mcast, rb_node); in rvt_detach_mcast()