Searched refs:rvt_mcast (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/ |
H A D | mcast.c | 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_nod in rvt_mcast_add() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/ |
H A D | mcast.c | 65 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_nod in rvt_mcast_add() [all...] |
/kernel/linux/linux-5.10/include/rdma/ |
H A D | rdma_vt.h | 529 struct rvt_mcast *rvt_mcast_find(struct rvt_ibport *ibp, union ib_gid *mgid,
|
H A D | rdmavt_qp.h | 504 * There is one struct rvt_mcast for each multicast GID. 518 struct rvt_mcast { struct
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | rdma_vt.h | 529 struct rvt_mcast *rvt_mcast_find(struct rvt_ibport *ibp, union ib_gid *mgid,
|
H A D | rdmavt_qp.h | 504 * There is one struct rvt_mcast for each multicast GID. 518 struct rvt_mcast { struct
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_verbs.c | 322 struct rvt_mcast *mcast; in qib_ib_rcv()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | verbs.c | 509 struct rvt_mcast *mcast; in hfi1_handle_packet()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | verbs.c | 467 struct rvt_mcast *mcast; in hfi1_handle_packet()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_verbs.c | 322 struct rvt_mcast *mcast; in qib_ib_rcv()
|
Completed in 16 milliseconds