Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ofed/libibverbs/
Ddriver.h294 struct ibv_rwq_ind_table *rwq_ind_table,
301 int ibv_cmd_destroy_rwq_ind_table(struct ibv_rwq_ind_table *rwq_ind_table);
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,
2227 static inline struct ibv_rwq_ind_table *ibv_create_rwq_ind_table(struct ibv_context *context, in ibv_create_rwq_ind_table()
2248 static inline int ibv_destroy_rwq_ind_table(struct ibv_rwq_ind_table *rwq_ind_table) in ibv_destroy_rwq_ind_table()
Dcmd.c2026 struct ibv_rwq_ind_table *rwq_ind_table, in ibv_cmd_create_rwq_ind_table()
2077 int ibv_cmd_destroy_rwq_ind_table(struct ibv_rwq_ind_table *rwq_ind_table) in ibv_cmd_destroy_rwq_ind_table()
/freebsd-12-stable/contrib/ofed/libmlx5/
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);
Dverbs.c2159 struct ibv_rwq_ind_table *mlx5_create_rwq_ind_table(struct ibv_context *context, in mlx5_create_rwq_ind_table()
2164 struct ibv_rwq_ind_table *ind_table; in mlx5_create_rwq_ind_table()
2201 int mlx5_destroy_rwq_ind_table(struct ibv_rwq_ind_table *rwq_ind_table) in mlx5_destroy_rwq_ind_table()