Searched refs:detach_mcast (Results 1 - 14 of 14) sorted by last modified time

/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3206 dev->ib_dev.detach_mcast = mlx5_ib_mcg_detach;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2639 ibdev->ib_dev.detach_mcast = mlx4_ib_mcg_detach;
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h2046 int (*detach_mcast)(struct ib_qp *qp, member in struct:ib_device
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c495 ibdev->detach_mcast = c4iw_multicast_detach;
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1562 if (!qp->device->detach_mcast)
1569 ret = qp->device->detach_mcast(qp, gid, lid);
H A Duverbs.h274 IB_UVERBS_DECLARE_CMD(detach_mcast); variable
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5.c122 .detach_mcast = mlx5_detach_mcast
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dverbs.h1457 int (*detach_mcast)(struct ibv_qp *qp, const union ibv_gid *gid, member in struct:ibv_context_ops
H A Dverbs.c913 return qp->context->ops.detach_mcast(qp, gid, lid);
H A Dcompat-1_0.c213 int (*detach_mcast)(struct ibv_qp *qp, union ibv_gid *gid, member in struct:ibv_context_ops_1_0
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c1282 dev->ib_dev.detach_mcast = mthca_multicast_detach;
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dmlx4.c118 .detach_mcast = ibv_cmd_detach_mcast
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Ddev.c101 .detach_mcast = c4iw_detach_mcast,
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1127 dev->ibdev.detach_mcast = iwch_multicast_detach;

Completed in 169 milliseconds