Searched refs:ht_size (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| D | dr_ste_v1.h | 16 void dr_ste_v1_set_hit_addr(u8 *hw_ste_p, u64 icm_addr, u32 ht_size);
|
| D | dr_ste.h | 156 void (*set_hit_addr)(u8 *hw_ste_p, u64 icm_addr, u32 ht_size);
|
| D | dr_ste.c | 108 u8 *hw_ste, u64 icm_addr, u32 ht_size) in mlx5dr_ste_set_hit_addr() argument 110 ste_ctx->set_hit_addr(hw_ste, icm_addr, ht_size); in mlx5dr_ste_set_hit_addr()
|
| D | dr_ste_v0.c | 294 static void dr_ste_v0_set_hit_addr(u8 *hw_ste_p, u64 icm_addr, u32 ht_size) in dr_ste_v0_set_hit_addr() argument 296 u64 index = (icm_addr >> 5) | ht_size; in dr_ste_v0_set_hit_addr()
|
| D | dr_ste_v1.c | 322 void dr_ste_v1_set_hit_addr(u8 *hw_ste_p, u64 icm_addr, u32 ht_size) in dr_ste_v1_set_hit_addr() argument 324 u64 index = (icm_addr >> 5) | ht_size; in dr_ste_v1_set_hit_addr()
|
| D | dr_types.h | 241 u8 *hw_ste, u64 icm_addr, u32 ht_size);
|