Searched refs:create_rwq_ind_table (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ofed/libibverbs/ |
H A D | verbs.h | 1529 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 D | ib_verbs.c | 1911 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 D | ib_uverbs_cmd.c | 3119 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 D | mlx5.c | 934 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 D | ib_verbs.h | 2382 struct ib_rwq_ind_table * (*create_rwq_ind_table)(struct ib_device *device, member
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 3516 dev->ib_dev.create_rwq_ind_table = mlx5_ib_create_rwq_ind_table; in mlx5_ib_add()
|