Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c1465 struct mlx5hws_action_reformat_header *reformat_hdrs; in mlx5hws_action_create_insert_header() local
1474 reformat_hdrs = kcalloc(num_of_hdrs, sizeof(*reformat_hdrs), GFP_KERNEL); in mlx5hws_action_create_insert_header()
1475 if (!reformat_hdrs) in mlx5hws_action_create_insert_header()
1488 reformat_hdrs[i].sz = hdrs[i].hdr.sz; in mlx5hws_action_create_insert_header()
1489 reformat_hdrs[i].data = hdrs[i].hdr.data; in mlx5hws_action_create_insert_header()
1493 reformat_hdrs, log_bulk_size); in mlx5hws_action_create_insert_header()
1499 kfree(reformat_hdrs); in mlx5hws_action_create_insert_header()
1504 kfree(reformat_hdrs); in mlx5hws_action_create_insert_header()