Searched refs:rvt_attach_mcast (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/ |
H A D | mcast.h | 54 int rvt_attach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid);
|
H A D | mcast.c | 273 * rvt_attach_mcast - attach a qp to a multicast group 280 int rvt_attach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in rvt_attach_mcast() function
|
H A D | vt.c | 382 .attach_mcast = rvt_attach_mcast,
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/ |
H A D | mcast.h | 12 int rvt_attach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid);
|
H A D | mcast.c | 231 * rvt_attach_mcast - attach a qp to a multicast group 238 int rvt_attach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in rvt_attach_mcast() function
|
H A D | vt.c | 333 .attach_mcast = rvt_attach_mcast,
|
Completed in 4 milliseconds