Searched refs:ib_detach_mcast (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
D | ipoib_main.c | 162 ret = ib_detach_mcast(&qp->ibqp, mgid, mlid); in hfi1_ipoib_mcast_detach()
|
/linux-6.1.9/drivers/infiniband/ulp/ipoib/ |
D | ipoib_verbs.c | 84 ret = ib_detach_mcast(priv->qp, mgid, mlid); in ipoib_mcast_detach()
|
/linux-6.1.9/drivers/infiniband/core/ |
D | verbs.c | 2367 int ib_detach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid) in ib_detach_mcast() function 2383 EXPORT_SYMBOL(ib_detach_mcast);
|
D | uverbs_main.c | 173 ib_detach_mcast(qp, &mcast->gid, mcast->lid); in ib_uverbs_detach_umcast()
|
D | uverbs_cmd.c | 2548 ret = ib_detach_mcast(qp, (union ib_gid *)cmd.gid, cmd.mlid); in ib_uverbs_detach_mcast()
|
/linux-6.1.9/include/rdma/ |
D | ib_verbs.h | 4315 int ib_detach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid);
|