Home
last modified time | relevance | path

Searched defs:hw_ste_p (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_ste_v0.c235 static void dr_ste_v0_set_entry_type(u8 *hw_ste_p, u8 entry_type) in dr_ste_v0_set_entry_type()
240 static u8 dr_ste_v0_get_entry_type(u8 *hw_ste_p) in dr_ste_v0_get_entry_type()
245 static void dr_ste_v0_set_miss_addr(u8 *hw_ste_p, u64 miss_addr) in dr_ste_v0_set_miss_addr()
254 static u64 dr_ste_v0_get_miss_addr(u8 *hw_ste_p) in dr_ste_v0_get_miss_addr()
263 static void dr_ste_v0_set_byte_mask(u8 *hw_ste_p, u16 byte_mask) in dr_ste_v0_set_byte_mask()
268 static u16 dr_ste_v0_get_byte_mask(u8 *hw_ste_p) in dr_ste_v0_get_byte_mask()
273 static void dr_ste_v0_set_lu_type(u8 *hw_ste_p, u16 lu_type) in dr_ste_v0_set_lu_type()
278 static void dr_ste_v0_set_next_lu_type(u8 *hw_ste_p, u16 lu_type) in dr_ste_v0_set_next_lu_type()
283 static u16 dr_ste_v0_get_next_lu_type(u8 *hw_ste_p) in dr_ste_v0_get_next_lu_type()
288 static void dr_ste_v0_set_hit_gvmi(u8 *hw_ste_p, u16 gvmi) in dr_ste_v0_set_hit_gvmi()
[all …]
Ddr_ste_v1.c259 static void dr_ste_v1_set_entry_type(u8 *hw_ste_p, u8 entry_type) in dr_ste_v1_set_entry_type()
264 static void dr_ste_v1_set_miss_addr(u8 *hw_ste_p, u64 miss_addr) in dr_ste_v1_set_miss_addr()
272 static u64 dr_ste_v1_get_miss_addr(u8 *hw_ste_p) in dr_ste_v1_get_miss_addr()
281 static void dr_ste_v1_set_byte_mask(u8 *hw_ste_p, u16 byte_mask) in dr_ste_v1_set_byte_mask()
286 static u16 dr_ste_v1_get_byte_mask(u8 *hw_ste_p) in dr_ste_v1_get_byte_mask()
291 static void dr_ste_v1_set_lu_type(u8 *hw_ste_p, u16 lu_type) in dr_ste_v1_set_lu_type()
297 static void dr_ste_v1_set_next_lu_type(u8 *hw_ste_p, u16 lu_type) in dr_ste_v1_set_next_lu_type()
303 static u16 dr_ste_v1_get_next_lu_type(u8 *hw_ste_p) in dr_ste_v1_get_next_lu_type()
311 static void dr_ste_v1_set_hit_gvmi(u8 *hw_ste_p, u16 gvmi) in dr_ste_v1_set_hit_gvmi()
316 static void dr_ste_v1_set_hit_addr(u8 *hw_ste_p, u64 icm_addr, u32 ht_size) in dr_ste_v1_set_hit_addr()
[all …]
Ddr_ste.c27 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, u64 miss_addr) in mlx5dr_ste_set_miss_addr()
102 u8 *hw_ste_p = ste->hw_ste; in dr_ste_always_miss_addr() local
374 u8 *hw_ste_p, u32 ste_size) in mlx5dr_ste_prepare_for_postsend()