Searched refs:default_table_id (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
D | sample.c | 39 u32 default_table_id; member 136 MLX5_SET(sampler_obj, obj, default_table_id, sampler->default_table_id); in sampler_obj_create() 161 sampler_hash(u32 sample_ratio, u32 default_table_id) in sampler_hash() argument 163 return jhash_2words(sample_ratio, default_table_id, 0); in sampler_hash() 173 sampler_get(struct mlx5e_tc_psample *tc_psample, u32 sample_ratio, u32 default_table_id) in sampler_get() argument 180 hash_key = sampler_hash(sample_ratio, default_table_id); in sampler_get() 182 if (!sampler_cmp(sampler->sample_ratio, sampler->default_table_id, in sampler_get() 183 sample_ratio, default_table_id)) in sampler_get() 193 sampler->default_table_id = default_table_id; in sampler_get()
|
/linux-6.1.9/include/linux/mlx5/ |
D | mlx5_ifc.h | 11792 u8 default_table_id[0x18]; member
|