Home
last modified time | relevance | path

Searched refs:ib_detach_mcast (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dipoib_main.c170 ret = ib_detach_mcast(&qp->ibqp, mgid, mlid); in hfi1_ipoib_mcast_detach()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c84 ret = ib_detach_mcast(priv->qp, mgid, mlid); in ipoib_mcast_detach()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dipoib_main.c162 ret = ib_detach_mcast(&qp->ibqp, mgid, mlid); in hfi1_ipoib_mcast_detach()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c84 ret = ib_detach_mcast(priv->qp, mgid, mlid); in ipoib_mcast_detach()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dverbs.c2302 int ib_detach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid) in ib_detach_mcast() function
2318 EXPORT_SYMBOL(ib_detach_mcast); variable
H A Duverbs_main.c173 ib_detach_mcast(qp, &mcast->gid, mcast->lid); in ib_uverbs_detach_umcast()
H A Duverbs_cmd.c2548 ret = ib_detach_mcast(qp, (union ib_gid *)cmd.gid, cmd.mlid); in ib_uverbs_detach_mcast()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dverbs.c2436 int ib_detach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid) in ib_detach_mcast() function
2452 EXPORT_SYMBOL(ib_detach_mcast); variable
H A Duverbs_main.c184 ib_detach_mcast(qp, &mcast->gid, mcast->lid); in ib_uverbs_detach_umcast()
H A Duverbs_cmd.c2553 ret = ib_detach_mcast(qp, (union ib_gid *)cmd.gid, cmd.mlid); in ib_uverbs_detach_mcast()
/kernel/linux/linux-5.10/include/rdma/
H A Dib_verbs.h4235 * ib_detach_mcast - Detaches the specified QP from a multicast group.
4240 int ib_detach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid);
/kernel/linux/linux-6.6/include/rdma/
H A Dib_verbs.h4347 * ib_detach_mcast - Detaches the specified QP from a multicast group.
4352 int ib_detach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid);

Completed in 53 milliseconds