Searched defs:hw_ste_p (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
A D | dr_ste_v1.c | 271 bool dr_ste_v1_is_miss_addr_set(u8 *hw_ste_p) in dr_ste_v1_is_miss_addr_set() 281 void dr_ste_v1_set_miss_addr(u8 *hw_ste_p, u64 miss_addr) in dr_ste_v1_set_miss_addr() 289 u64 dr_ste_v1_get_miss_addr(u8 *hw_ste_p) in dr_ste_v1_get_miss_addr() 298 void dr_ste_v1_set_byte_mask(u8 *hw_ste_p, u16 byte_mask) in dr_ste_v1_set_byte_mask() 303 u16 dr_ste_v1_get_byte_mask(u8 *hw_ste_p) in dr_ste_v1_get_byte_mask() 314 void dr_ste_v1_set_next_lu_type(u8 *hw_ste_p, u16 lu_type) in dr_ste_v1_set_next_lu_type() 320 u16 dr_ste_v1_get_next_lu_type(u8 *hw_ste_p) in dr_ste_v1_get_next_lu_type() 328 static void dr_ste_v1_set_hit_gvmi(u8 *hw_ste_p, u16 gvmi) in dr_ste_v1_set_hit_gvmi() 382 static void dr_ste_v1_set_reparse(u8 *hw_ste_p) in dr_ste_v1_set_reparse() 462 static void dr_ste_v1_set_encap_l3(u8 *hw_ste_p, in dr_ste_v1_set_encap_l3() [all …]
|
A D | dr_ste_v0.c | 241 static u8 dr_ste_v0_get_entry_type(u8 *hw_ste_p) in dr_ste_v0_get_entry_type() 255 static u64 dr_ste_v0_get_miss_addr(u8 *hw_ste_p) in dr_ste_v0_get_miss_addr() 269 static u16 dr_ste_v0_get_byte_mask(u8 *hw_ste_p) in dr_ste_v0_get_byte_mask() 274 static void dr_ste_v0_set_lu_type(u8 *hw_ste_p, u16 lu_type) in dr_ste_v0_set_lu_type() 284 static u16 dr_ste_v0_get_next_lu_type(u8 *hw_ste_p) in dr_ste_v0_get_next_lu_type() 289 static void dr_ste_v0_set_hit_gvmi(u8 *hw_ste_p, u16 gvmi) in dr_ste_v0_set_hit_gvmi() 302 static void dr_ste_v0_init_full(u8 *hw_ste_p, u16 lu_type, in dr_ste_v0_init_full() 317 static void dr_ste_v0_init(u8 *hw_ste_p, u16 lu_type, in dr_ste_v0_init() 339 static void dr_ste_v0_set_go_back_bit(u8 *hw_ste_p) in dr_ste_v0_set_go_back_bit() 367 static void dr_ste_v0_set_rx_decap(u8 *hw_ste_p) in dr_ste_v0_set_rx_decap() [all …]
|
A D | dr_ste.c | 26 u32 mlx5dr_ste_calc_hash_index(u8 *hw_ste_p, struct mlx5dr_ste_htbl *htbl) in mlx5dr_ste_calc_hash_index() 67 static u8 *dr_ste_get_tag(u8 *hw_ste_p) in dr_ste_get_tag() 74 void mlx5dr_ste_set_bit_mask(u8 *hw_ste_p, u8 *bit_mask) in mlx5dr_ste_set_bit_mask() 94 u8 *hw_ste_p) in mlx5dr_ste_is_miss_addr_set() 104 u8 *hw_ste_p, u64 miss_addr) in mlx5dr_ste_set_miss_addr() 393 u8 *hw_ste_p, u32 ste_size) in mlx5dr_ste_prepare_for_postsend()
|
Completed in 16 milliseconds