Home
last modified time | relevance | path

Searched refs:ib_detach_mcast (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dipoib_main.c170 ret = ib_detach_mcast(&qp->ibqp, mgid, mlid); in hfi1_ipoib_mcast_detach()
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c84 ret = ib_detach_mcast(priv->qp, mgid, mlid); in ipoib_mcast_detach()
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dverbs.c2300 int ib_detach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid) in ib_detach_mcast() function
2316 EXPORT_SYMBOL(ib_detach_mcast);
H A Duverbs_main.c173 ib_detach_mcast(qp, &mcast->gid, mcast->lid); in ib_uverbs_detach_umcast()
H A Duverbs_cmd.c2543 ret = ib_detach_mcast(qp, (union ib_gid *)cmd.gid, cmd.mlid); in ib_uverbs_detach_mcast()
/OK3568_Linux_fs/kernel/include/rdma/
H A Dib_verbs.h4240 int ib_detach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid);