Searched refs:mlx5_l3t_tbl (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_utils.h | 158 struct mlx5_l3t_tbl { struct 738 struct mlx5_l3t_tbl *mlx5_l3t_create(enum mlx5_l3t_type type); 746 void mlx5_l3t_destroy(struct mlx5_l3t_tbl *tbl); 765 int32_t mlx5_l3t_get_entry(struct mlx5_l3t_tbl *tbl, uint32_t idx, 792 int32_t mlx5_l3t_prepare_entry(struct mlx5_l3t_tbl *tbl, uint32_t idx, 808 int32_t mlx5_l3t_clear_entry(struct mlx5_l3t_tbl *tbl, uint32_t idx); 826 int32_t mlx5_l3t_set_entry(struct mlx5_l3t_tbl *tbl, uint32_t idx,
|
| H A D | mlx5_utils.c | 752 struct mlx5_l3t_tbl * 755 struct mlx5_l3t_tbl *tbl; in mlx5_l3t_create() 770 tbl = mlx5_malloc(MLX5_MEM_ZERO, sizeof(struct mlx5_l3t_tbl), 1, in mlx5_l3t_create() 806 mlx5_l3t_destroy(struct mlx5_l3t_tbl *tbl) in mlx5_l3t_destroy() 846 __l3t_get_entry(struct mlx5_l3t_tbl *tbl, uint32_t idx, in __l3t_get_entry() 897 mlx5_l3t_get_entry(struct mlx5_l3t_tbl *tbl, uint32_t idx, in mlx5_l3t_get_entry() 909 mlx5_l3t_clear_entry(struct mlx5_l3t_tbl *tbl, uint32_t idx) in mlx5_l3t_clear_entry() 991 __l3t_set_entry(struct mlx5_l3t_tbl *tbl, uint32_t idx, in __l3t_set_entry() 1104 mlx5_l3t_set_entry(struct mlx5_l3t_tbl *tbl, uint32_t idx, in mlx5_l3t_set_entry() 1116 mlx5_l3t_prepare_entry(struct mlx5_l3t_tbl *tbl, uint32_t idx, in mlx5_l3t_prepare_entry()
|
| H A D | mlx5.h | 755 struct mlx5_l3t_tbl *cnt_id_tbl; /* Shared counter lookup table. */
|