Searched refs:attach_mcast (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_umain.c | 117 .attach_mcast = irdma_uattach_mcast,
|
/freebsd/contrib/ofed/libmlx4/ |
H A D | mlx4.c | 117 .attach_mcast = ibv_cmd_attach_mcast,
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | dev.c | 100 .attach_mcast = c4iw_attach_mcast,
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | provider.c | 480 ibdev->attach_mcast = c4iw_multicast_attach; in c4iw_register_device()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_verbs.c | 1741 if (!qp->device->attach_mcast) in ib_attach_mcast() 1748 ret = qp->device->attach_mcast(qp, gid, lid); in ib_attach_mcast()
|
H A D | ib_uverbs_cmd.c | 3933 UAPI_DEF_METHOD_NEEDS_FN(attach_mcast),
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | verbs.c | 929 return qp->context->ops.attach_mcast(qp, gid, lid); in __ibv_attach_mcast()
|
H A D | compat-1_0.c | 211 int (*attach_mcast)(struct ibv_qp *qp, union ibv_gid *gid, member
|
H A D | verbs.h | 1455 int (*attach_mcast)(struct ibv_qp *qp, const union ibv_gid *gid, member
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | mlx5.c | 127 .attach_mcast = mlx5_attach_mcast,
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.c | 1234 dev->ib_dev.attach_mcast = mthca_multicast_attach; in mthca_register_device()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 2321 int (*attach_mcast)(struct ib_qp *qp, member
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 2546 ibdev->ib_dev.attach_mcast = mlx4_ib_mcg_attach; in mlx4_ib_add()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 3468 dev->ib_dev.attach_mcast = mlx5_ib_mcg_attach; in mlx5_ib_add()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_verbs.c | 3316 dev_ops->attach_mcast = irdma_attach_mcast; in irdma_set_device_mcast_ops()
|