Home
last modified time | relevance | path

Searched refs:rvt_mcast (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A Dmcast.c65 static struct rvt_mcast *rvt_mcast_alloc(union ib_gid *mgid, u16 lid) in rvt_mcast_alloc()
67 struct rvt_mcast *mcast; in rvt_mcast_alloc()
84 static void rvt_mcast_free(struct rvt_mcast *mcast) in rvt_mcast_free()
106 struct rvt_mcast *rvt_mcast_find(struct rvt_ibport *ibp, union ib_gid *mgid, in rvt_mcast_find()
111 struct rvt_mcast *found = NULL; in rvt_mcast_find()
117 struct rvt_mcast *mcast; in rvt_mcast_find()
119 mcast = rb_entry(n, struct rvt_mcast, rb_node); in rvt_mcast_find()
152 struct rvt_mcast *mcast, struct rvt_mcast_qp *mqp) in rvt_mcast_add()
161 struct rvt_mcast *tmcast; in rvt_mcast_add()
165 tmcast = rb_entry(pn, struct rvt_mcast, rb_node); in rvt_mcast_add()
[all …]
/openbmc/linux/include/rdma/
H A Drdma_vt.h529 struct rvt_mcast *rvt_mcast_find(struct rvt_ibport *ibp, union ib_gid *mgid,
H A Drdmavt_qp.h518 struct rvt_mcast { struct
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_verbs.c322 struct rvt_mcast *mcast; in qib_ib_rcv()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dverbs.c467 struct rvt_mcast *mcast; in hfi1_handle_packet()