Searched refs:detach_mcast (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_umain.c | 118 .detach_mcast = irdma_udetach_mcast,
|
/freebsd/contrib/ofed/libmlx4/ |
H A D | mlx4.c | 118 .detach_mcast = ibv_cmd_detach_mcast
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | dev.c | 101 .detach_mcast = c4iw_detach_mcast,
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | provider.c | 481 ibdev->detach_mcast = c4iw_multicast_detach; in c4iw_register_device()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_verbs.c | 1759 if (!qp->device->detach_mcast) in ib_detach_mcast() 1766 ret = qp->device->detach_mcast(qp, gid, lid); in ib_detach_mcast()
|
H A D | ib_uverbs_cmd.c | 3934 UAPI_DEF_METHOD_NEEDS_FN(detach_mcast)), 3951 UAPI_DEF_METHOD_NEEDS_FN(detach_mcast)),
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | verbs.c | 935 return qp->context->ops.detach_mcast(qp, gid, lid); in __ibv_detach_mcast()
|
H A D | compat-1_0.c | 213 int (*detach_mcast)(struct ibv_qp *qp, union ibv_gid *gid, member
|
H A D | verbs.h | 1457 int (*detach_mcast)(struct ibv_qp *qp, const union ibv_gid *gid, member
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | mlx5.c | 128 .detach_mcast = mlx5_detach_mcast
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.c | 1235 dev->ib_dev.detach_mcast = mthca_multicast_detach; in mthca_register_device()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 2324 int (*detach_mcast)(struct ib_qp *qp, member
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 2547 ibdev->ib_dev.detach_mcast = mlx4_ib_mcg_detach; in mlx4_ib_add()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 3469 dev->ib_dev.detach_mcast = mlx5_ib_mcg_detach; in mlx5_ib_add()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_verbs.c | 3317 dev_ops->detach_mcast = irdma_detach_mcast; in irdma_set_device_mcast_ops()
|