Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Ddr_icm_pool.c198 int ste_size = dr_icm_buddy_get_ste_size(buddy); in dr_icm_chunk_ste_init() local
203 chunk->hw_ste_arr = buddy->hw_ste_arr + index * ste_size; in dr_icm_chunk_ste_init()
205 memset(chunk->hw_ste_arr, 0, num_of_entries * ste_size); in dr_icm_chunk_ste_init()
A Ddr_ste_v1.h19 void dr_ste_v1_prepare_for_postsend(u8 *hw_ste_p, u32 ste_size);
A Ddr_ste.h200 void (*prepare_for_postsend)(u8 *hw_ste_p, u32 ste_size);
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()
A Ddr_ste.c393 u8 *hw_ste_p, u32 ste_size) in mlx5dr_ste_prepare_for_postsend() argument
396 ste_ctx->prepare_for_postsend(hw_ste_p, ste_size); in mlx5dr_ste_prepare_for_postsend()
A Ddr_types.h1347 u8 *hw_ste_p, u32 ste_size);

Completed in 19 milliseconds