Searched refs:rvt_detach_mcast (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/ |
H A D | mcast.h | 55 int rvt_detach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid);
|
H A D | mcast.c | 336 * rvt_detach_mcast - remove a qp from a multicast group 343 int rvt_detach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in rvt_detach_mcast() function
|
H A D | vt.c | 394 .detach_mcast = rvt_detach_mcast,
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/ |
H A D | mcast.h | 13 int rvt_detach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid);
|
H A D | mcast.c | 294 * rvt_detach_mcast - remove a qp from a multicast group 301 int rvt_detach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in rvt_detach_mcast() function
|
H A D | vt.c | 346 .detach_mcast = rvt_detach_mcast,
|
Completed in 3 milliseconds