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