Home
last modified time | relevance | path

Searched refs:DR_STE_SIZE_REDUCED (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_rule.c32 mlx5dr_send_fill_and_append_ste_send_info(last_ste, DR_STE_SIZE_REDUCED, in dr_rule_append_to_miss_list()
113 memcpy(ste_info->ste->hw_ste, ste_info->data, DR_STE_SIZE_REDUCED); in dr_rule_handle_one_ste_in_update_list()
239 memcpy(hw_ste, cur_ste->hw_ste, DR_STE_SIZE_REDUCED); in dr_rule_rehash_copy_ste()
264 memcpy(new_ste->hw_ste, hw_ste, DR_STE_SIZE_REDUCED); in dr_rule_rehash_copy_ste()
450 mlx5dr_send_fill_and_append_ste_send_info(ste_to_update, DR_STE_SIZE_REDUCED, in dr_rule_rehash_htbl()
H A Ddr_send.c479 DR_STE_SIZE_REDUCED); in mlx5dr_send_postsend_htbl()
481 memcpy(data + ste_off + DR_STE_SIZE_REDUCED, in mlx5dr_send_postsend_htbl()
530 copy_dst = htbl->hw_ste_arr + i * DR_STE_SIZE_REDUCED; in mlx5dr_send_postsend_formatted_htbl()
531 memcpy(copy_dst, ste_init_data, DR_STE_SIZE_REDUCED); in mlx5dr_send_postsend_formatted_htbl()
H A Ddr_icm_pool.c189 DR_STE_SIZE_REDUCED, GFP_KERNEL); in dr_icm_chunk_ste_init()
502 bucket->num_of_entries * DR_STE_SIZE_REDUCED); in mlx5dr_icm_free_chunk()
H A Ddr_ste.c353 memcpy(dst->hw_ste, src->hw_ste, DR_STE_SIZE_REDUCED); in dr_ste_replace()
381 memcpy(tmp_ste.hw_ste, ste->hw_ste, DR_STE_SIZE_REDUCED); in dr_ste_remove_head_ste()
384 memcpy(ste->hw_ste, tmp_ste.hw_ste, DR_STE_SIZE_REDUCED); in dr_ste_remove_head_ste()
426 mlx5dr_send_fill_and_append_ste_send_info(ste, DR_STE_SIZE_REDUCED, in dr_ste_replace_head_ste()
454 mlx5dr_send_fill_and_append_ste_send_info(prev_ste, DR_STE_SIZE_REDUCED, 0, in dr_ste_remove_middle_ste()
685 ste->hw_ste = htbl->hw_ste_arr + i * DR_STE_SIZE_REDUCED; in mlx5dr_ste_htbl_alloc()
H A Ddr_types.h75 DR_STE_SIZE_REDUCED = DR_STE_SIZE - DR_STE_SIZE_MASK, enumerator