Home
last modified time | relevance | path

Searched refs:detach_mcast (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.c118 .detach_mcast = irdma_udetach_mcast,
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c118 .detach_mcast = ibv_cmd_detach_mcast
/freebsd/contrib/ofed/libcxgb4/
H A Ddev.c101 .detach_mcast = c4iw_detach_mcast,
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c481 ibdev->detach_mcast = c4iw_multicast_detach; in c4iw_register_device()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1759 if (!qp->device->detach_mcast) in ib_detach_mcast()
1766 ret = qp->device->detach_mcast(qp, gid, lid); in ib_detach_mcast()
H A Dib_uverbs_cmd.c3934 UAPI_DEF_METHOD_NEEDS_FN(detach_mcast)),
3951 UAPI_DEF_METHOD_NEEDS_FN(detach_mcast)),
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.c935 return qp->context->ops.detach_mcast(qp, gid, lid); in __ibv_detach_mcast()
H A Dcompat-1_0.c213 int (*detach_mcast)(struct ibv_qp *qp, union ibv_gid *gid, member
H A Dverbs.h1457 int (*detach_mcast)(struct ibv_qp *qp, const union ibv_gid *gid, member
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c128 .detach_mcast = mlx5_detach_mcast
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c1235 dev->ib_dev.detach_mcast = mthca_multicast_detach; in mthca_register_device()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2324 int (*detach_mcast)(struct ib_qp *qp, member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2547 ibdev->ib_dev.detach_mcast = mlx4_ib_mcg_detach; in mlx4_ib_add()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3469 dev->ib_dev.detach_mcast = mlx5_ib_mcg_detach; in mlx5_ib_add()
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.c3317 dev_ops->detach_mcast = irdma_detach_mcast; in irdma_set_device_mcast_ops()