Searched refs:mlx4_xsrq_table (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/ofed/libmlx4/ |
| H A D | mlx4.h | 66 struct mlx4_xsrq_table { struct 148 struct mlx4_xsrq_table xsrq_table; 417 void mlx4_cleanup_xsrq_table(struct mlx4_xsrq_table *xsrq_table); 418 int mlx4_init_xsrq_table(struct mlx4_xsrq_table *xsrq_table, int size); 419 struct mlx4_srq *mlx4_find_xsrq(struct mlx4_xsrq_table *xsrq_table, uint32_t srqn); 420 int mlx4_store_xsrq(struct mlx4_xsrq_table *xsrq_table, uint32_t srqn, 422 void mlx4_clear_xsrq(struct mlx4_xsrq_table *xsrq_table, uint32_t srqn);
|
| H A D | srq.c | 175 void mlx4_cleanup_xsrq_table(struct mlx4_xsrq_table *xsrq_table) in mlx4_cleanup_xsrq_table() 180 int mlx4_init_xsrq_table(struct mlx4_xsrq_table *xsrq_table, int size) in mlx4_init_xsrq_table() 191 struct mlx4_srq *mlx4_find_xsrq(struct mlx4_xsrq_table *xsrq_table, uint32_t srqn) in mlx4_find_xsrq() 202 int mlx4_store_xsrq(struct mlx4_xsrq_table *xsrq_table, uint32_t srqn, in mlx4_store_xsrq() 226 void mlx4_clear_xsrq(struct mlx4_xsrq_table *xsrq_table, uint32_t srqn) in mlx4_clear_xsrq()
|