Searched refs:ste_info (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| A D | dr_rule.c | 115 memcpy(ste_info->ste->hw_ste, ste_info->data, DR_STE_SIZE_CTRL); in dr_rule_handle_one_ste_in_update_list() 120 ste_info->size, ste_info->offset); in dr_rule_handle_one_ste_in_update_list() 125 kfree(ste_info); in dr_rule_handle_one_ste_in_update_list() 282 ste_info = kzalloc(sizeof(*ste_info), GFP_KERNEL); in dr_rule_rehash_copy_ste() 283 if (!ste_info) in dr_rule_rehash_copy_ste() 391 ste_info = kzalloc(sizeof(*ste_info), GFP_KERNEL); in dr_rule_rehash_htbl() 392 if (!ste_info) in dr_rule_rehash_htbl() 520 ste_info = kzalloc(sizeof(*ste_info), GFP_KERNEL); in dr_rule_handle_collision() 521 if (!ste_info) in dr_rule_handle_collision() 775 ste_info = kzalloc(sizeof(*ste_info), GFP_KERNEL); in dr_rule_handle_empty_entry() [all …]
|
| A D | dr_send.c | 290 struct mlx5dr_ste_send_info *ste_info, in mlx5dr_send_fill_and_append_ste_send_info() argument 294 ste_info->size = size; in mlx5dr_send_fill_and_append_ste_send_info() 295 ste_info->ste = ste; in mlx5dr_send_fill_and_append_ste_send_info() 296 ste_info->offset = offset; in mlx5dr_send_fill_and_append_ste_send_info() 299 memcpy(ste_info->data_cont, data, size); in mlx5dr_send_fill_and_append_ste_send_info() 300 ste_info->data = ste_info->data_cont; in mlx5dr_send_fill_and_append_ste_send_info() 302 ste_info->data = data; in mlx5dr_send_fill_and_append_ste_send_info() 305 list_add_tail(&ste_info->send_list, send_list); in mlx5dr_send_fill_and_append_ste_send_info()
|
| A D | dr_ste.c | 265 struct mlx5dr_ste_send_info *ste_info, in dr_ste_remove_middle_ste() argument 280 prev_ste->hw_ste, ste_info, in dr_ste_remove_middle_ste()
|
| A D | dr_types.h | 203 struct mlx5dr_ste_send_info *ste_info,
|
Completed in 19 milliseconds