Home
last modified time | relevance | path

Searched refs:mlx4_xsrq_table (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/ofed/libmlx4/
HDmlx4.h66 struct mlx4_xsrq_table { struct
148 struct mlx4_xsrq_table xsrq_table;
417 void mlx4_init_xsrq_table(struct mlx4_xsrq_table *xsrq_table, int size);
418 struct mlx4_srq *mlx4_find_xsrq(struct mlx4_xsrq_table *xsrq_table, uint32_t srqn);
419 int mlx4_store_xsrq(struct mlx4_xsrq_table *xsrq_table, uint32_t srqn,
421 void mlx4_clear_xsrq(struct mlx4_xsrq_table *xsrq_table, uint32_t srqn);
HDsrq.c175 void mlx4_init_xsrq_table(struct mlx4_xsrq_table *xsrq_table, int size) in mlx4_init_xsrq_table()
185 struct mlx4_srq *mlx4_find_xsrq(struct mlx4_xsrq_table *xsrq_table, uint32_t srqn) in mlx4_find_xsrq()
196 int mlx4_store_xsrq(struct mlx4_xsrq_table *xsrq_table, uint32_t srqn, in mlx4_store_xsrq()
220 void mlx4_clear_xsrq(struct mlx4_xsrq_table *xsrq_table, uint32_t srqn) in mlx4_clear_xsrq()