Home
last modified time | relevance | path

Searched refs:create_rwq_ind_table (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h1529 struct ibv_rwq_ind_table *(*create_rwq_ind_table)(struct ibv_context *context, member
2229 vctx = verbs_get_ctx_op(context, create_rwq_ind_table); in ibv_create_rwq_ind_table()
2235 return vctx->create_rwq_ind_table(context, init_attr); in ibv_create_rwq_ind_table()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1911 if (!device->create_rwq_ind_table) in ib_create_rwq_ind_table()
1915 rwq_ind_table = device->create_rwq_ind_table(device, in ib_create_rwq_ind_table()
H A Dib_uverbs_cmd.c3119 rwq_ind_tbl = ib_dev->create_rwq_ind_table(ib_dev, &init_attr, in ib_uverbs_ex_create_rwq_ind_table()
4002 UAPI_DEF_METHOD_NEEDS_FN(create_rwq_ind_table)),
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c934 verbs_set_ctx_op(v_ctx, create_rwq_ind_table, mlx5_create_rwq_ind_table); in mlx5_init_context()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2382 struct ib_rwq_ind_table * (*create_rwq_ind_table)(struct ib_device *device, member
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3516 dev->ib_dev.create_rwq_ind_table = mlx5_ib_create_rwq_ind_table; in mlx5_ib_add()