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

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Duverbs.h276 IB_UVERBS_DECLARE_CMD(detach_mcast); variable
H A Dib_verbs.c1562 if (!qp->device->detach_mcast)
1569 ret = qp->device->detach_mcast(qp, gid, lid);
/freebsd-12-stable/contrib/ofed/libmlx4/
H A Dmlx4.c118 .detach_mcast = ibv_cmd_detach_mcast
/freebsd-12-stable/contrib/ofed/libcxgb4/
H A Ddev.c101 .detach_mcast = c4iw_detach_mcast,
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c500 ibdev->detach_mcast = c4iw_multicast_detach;
/freebsd-12-stable/contrib/ofed/libibverbs/
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
H A Dverbs.c913 return qp->context->ops.detach_mcast(qp, gid, lid);
H A Dverbs.h1457 int (*detach_mcast)(struct ibv_qp *qp, const union ibv_gid *gid, member in struct:ibv_context_ops
/freebsd-12-stable/contrib/ofed/libmlx5/
H A Dmlx5.c122 .detach_mcast = mlx5_detach_mcast
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_provider.c1282 dev->ib_dev.detach_mcast = mthca_multicast_detach;
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_verbs.h2038 int (*detach_mcast)(struct ib_qp *qp, member in struct:ib_device
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2638 ibdev->ib_dev.detach_mcast = mlx4_ib_mcg_detach;
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3206 dev->ib_dev.detach_mcast = mlx5_ib_mcg_detach;

Completed in 308 milliseconds