Searched refs:detach_mcast (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Duverbs.h205 IB_UVERBS_DECLARE_CMD(detach_mcast); variable
H A Dverbs.c1026 if (!qp->device->detach_mcast)
1043 return qp->device->detach_mcast(qp, gid, lid);
/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dmthca.c131 .detach_mcast = mthca_detach_mcast
/freebsd-9.3-release/sys/contrib/rdma/
H A Drdma_verbs.c816 if (!qp->device->detach_mcast)
821 return qp->device->detach_mcast(qp, gid, lid);
H A Dib_verbs.h1034 int (*detach_mcast)(struct ib_qp *qp, member in struct:ib_device
/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dmlx4.c137 .detach_mcast = ibv_cmd_detach_mcast
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h740 int (*detach_mcast)(struct ibv_qp *qp, const union ibv_gid *gid, member in struct:ibv_context_ops
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dverbs.c574 return qp->context->ops.detach_mcast(qp, gid, lid);
H A Dcompat-1_0.c215 int (*detach_mcast)(struct ibv_qp *qp, union ibv_gid *gid, member in struct:ibv_context_ops_1_0
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1117 dev->ibdev.detach_mcast = iwch_multicast_detach;
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_verbs.h1178 int (*detach_mcast)(struct ib_qp *qp, member in struct:ib_device
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c1378 ibdev->ib_dev.detach_mcast = mlx4_ib_mcg_detach;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c1390 dev->ib_dev.detach_mcast = mthca_multicast_detach;

Completed in 312 milliseconds