Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/sw/rdmavt/
Dmcast.c107 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()
[all …]
/Linux-v4.19/include/rdma/
Drdma_vt.h555 struct rvt_mcast *rvt_mcast_find(struct rvt_ibport *ibp, union ib_gid *mgid,
Drdmavt_qp.h447 struct rvt_mcast { struct
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_verbs.c354 struct rvt_mcast *mcast; in qib_ib_rcv()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dverbs.c590 struct rvt_mcast *mcast; in hfi1_handle_packet()