Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_action.c1466 struct mlx5hws_action_reformat_header *reformat_hdrs; in mlx5hws_action_create_insert_header() local
1475 reformat_hdrs = kcalloc(num_of_hdrs, sizeof(*reformat_hdrs), GFP_KERNEL); in mlx5hws_action_create_insert_header()
1476 if (!reformat_hdrs) in mlx5hws_action_create_insert_header()
1489 reformat_hdrs[i].sz = hdrs[i].hdr.sz; in mlx5hws_action_create_insert_header()
1490 reformat_hdrs[i].data = hdrs[i].hdr.data; in mlx5hws_action_create_insert_header()
1494 reformat_hdrs, log_bulk_size); in mlx5hws_action_create_insert_header()
1500 kfree(reformat_hdrs); in mlx5hws_action_create_insert_header()
1505 kfree(reformat_hdrs); in mlx5hws_action_create_insert_header()