Home
last modified time | relevance | path

Searched refs:ibv_rwq_ind_table (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Ddriver.h297 struct ibv_rwq_ind_table *rwq_ind_table,
304 int ibv_cmd_destroy_rwq_ind_table(struct ibv_rwq_ind_table *rwq_ind_table);
H A Dverbs.h735 struct ibv_rwq_ind_table { struct
822 struct ibv_rwq_ind_table *rwq_ind_tbl;
1528 int (*destroy_rwq_ind_table)(struct ibv_rwq_ind_table *rwq_ind_table);
1529 struct ibv_rwq_ind_table *(*create_rwq_ind_table)(struct ibv_context *context,
2224 static inline struct ibv_rwq_ind_table *ibv_create_rwq_ind_table(struct ibv_context *context, in ibv_create_rwq_ind_table()
2245 static inline int ibv_destroy_rwq_ind_table(struct ibv_rwq_ind_table *rwq_ind_table) in ibv_destroy_rwq_ind_table()
H A Dcmd.c2108 struct ibv_rwq_ind_table *rwq_ind_table, in ibv_cmd_create_rwq_ind_table()
2159 int ibv_cmd_destroy_rwq_ind_table(struct ibv_rwq_ind_table *rwq_ind_table) in ibv_cmd_destroy_rwq_ind_table()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.h675 struct ibv_rwq_ind_table *mlx5_create_rwq_ind_table(struct ibv_context *context,
677 int mlx5_destroy_rwq_ind_table(struct ibv_rwq_ind_table *rwq_ind_table);
H A Dverbs.c2198 struct ibv_rwq_ind_table *mlx5_create_rwq_ind_table(struct ibv_context *context, in mlx5_create_rwq_ind_table()
2203 struct ibv_rwq_ind_table *ind_table; in mlx5_create_rwq_ind_table()
2240 int mlx5_destroy_rwq_ind_table(struct ibv_rwq_ind_table *rwq_ind_table) in mlx5_destroy_rwq_ind_table()