Home
last modified time | relevance | path

Searched refs:ste_size (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_icm_pool.c213 int ste_size = dr_icm_buddy_get_ste_size(buddy); in dr_icm_chunk_ste_init() local
218 chunk->hw_ste_arr = buddy->hw_ste_arr + index * ste_size; in dr_icm_chunk_ste_init()
220 memset(chunk->hw_ste_arr, 0, num_of_entries * ste_size); in dr_icm_chunk_ste_init()
H A Ddr_ste_v1.h19 void dr_ste_v1_prepare_for_postsend(u8 *hw_ste_p, u32 ste_size);
H A Ddr_ste.h202 void (*prepare_for_postsend)(u8 *hw_ste_p, u32 ste_size);
H A Ddr_ste.c394 u8 *hw_ste_p, u32 ste_size) in mlx5dr_ste_prepare_for_postsend() argument
397 ste_ctx->prepare_for_postsend(hw_ste_p, ste_size); in mlx5dr_ste_prepare_for_postsend()
H A Ddr_ste_v1.c351 void dr_ste_v1_prepare_for_postsend(u8 *hw_ste_p, u32 ste_size) in dr_ste_v1_prepare_for_postsend() argument
357 if (ste_size == DR_STE_SIZE_CTRL) in dr_ste_v1_prepare_for_postsend()
360 WARN_ON(ste_size != DR_STE_SIZE); in dr_ste_v1_prepare_for_postsend()
H A Ddr_types.h1395 u8 *hw_ste_p, u32 ste_size);