Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dverbs_mcast.c91 static struct hfi1_mcast *mcast_alloc(union ib_gid *mgid) in mcast_alloc()
93 struct hfi1_mcast *mcast; in mcast_alloc()
109 static void mcast_free(struct hfi1_mcast *mcast) in mcast_free()
128 struct hfi1_mcast *hfi1_mcast_find(struct hfi1_ibport *ibp, union ib_gid *mgid) in hfi1_mcast_find()
132 struct hfi1_mcast *mcast; in hfi1_mcast_find()
139 mcast = rb_entry(n, struct hfi1_mcast, rb_node); in hfi1_mcast_find()
171 struct hfi1_mcast *mcast, struct hfi1_mcast_qp *mqp) in mcast_add()
180 struct hfi1_mcast *tmcast; in mcast_add()
184 tmcast = rb_entry(pn, struct hfi1_mcast, rb_node); in mcast_add()
247 struct hfi1_mcast *mcast; in hfi1_multicast_attach()
[all …]
Dverbs.h227 struct hfi1_mcast { struct
919 struct hfi1_mcast *hfi1_mcast_find(struct hfi1_ibport *ibp, union ib_gid *mgid);
Dverbs.c648 struct hfi1_mcast *mcast; in hfi1_ib_rcv()