Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/sw/rdmavt/
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 …]
/Linux-v6.1/include/rdma/
Drdma_vt.h529 struct rvt_mcast *rvt_mcast_find(struct rvt_ibport *ibp, union ib_gid *mgid,
Drdmavt_qp.h518 struct rvt_mcast { struct
/Linux-v6.1/drivers/infiniband/hw/qib/
Dqib_verbs.c322 struct rvt_mcast *mcast; in qib_ib_rcv()
/Linux-v6.1/drivers/infiniband/hw/hfi1/
Dverbs.c467 struct rvt_mcast *mcast; in hfi1_handle_packet()