Searched refs:ste_size (Results 1 – 6 of 6) sorted by relevance
198 int ste_size = dr_icm_buddy_get_ste_size(buddy); in dr_icm_chunk_ste_init() local203 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()
19 void dr_ste_v1_prepare_for_postsend(u8 *hw_ste_p, u32 ste_size);
200 void (*prepare_for_postsend)(u8 *hw_ste_p, u32 ste_size);
351 void dr_ste_v1_prepare_for_postsend(u8 *hw_ste_p, u32 ste_size) in dr_ste_v1_prepare_for_postsend() argument357 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()
393 u8 *hw_ste_p, u32 ste_size) in mlx5dr_ste_prepare_for_postsend() argument396 ste_ctx->prepare_for_postsend(hw_ste_p, ste_size); in mlx5dr_ste_prepare_for_postsend()
1347 u8 *hw_ste_p, u32 ste_size);
Completed in 19 milliseconds