Searched refs:ib_detach_mcast (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | ipoib_main.c | 170 ret = ib_detach_mcast(&qp->ibqp, mgid, mlid); in hfi1_ipoib_mcast_detach()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_verbs.c | 84 ret = ib_detach_mcast(priv->qp, mgid, mlid); in ipoib_mcast_detach()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | verbs.c | 2300 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 D | uverbs_main.c | 173 ib_detach_mcast(qp, &mcast->gid, mcast->lid); in ib_uverbs_detach_umcast()
|
| H A D | uverbs_cmd.c | 2543 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 D | ib_verbs.h | 4240 int ib_detach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid);
|