Searched refs:reformat_hdrs (Results 1 – 1 of 1) sorted by relevance
1471 struct mlx5hws_action_reformat_header *reformat_hdrs; in mlx5hws_action_create_insert_header() local1480 reformat_hdrs = kcalloc(num_of_hdrs, sizeof(*reformat_hdrs), GFP_KERNEL); in mlx5hws_action_create_insert_header()1481 if (!reformat_hdrs) in mlx5hws_action_create_insert_header()1494 reformat_hdrs[i].sz = hdrs[i].hdr.sz; in mlx5hws_action_create_insert_header()1495 reformat_hdrs[i].data = hdrs[i].hdr.data; in mlx5hws_action_create_insert_header()1499 reformat_hdrs, log_bulk_size); in mlx5hws_action_create_insert_header()1505 kfree(reformat_hdrs); in mlx5hws_action_create_insert_header()1510 kfree(reformat_hdrs); in mlx5hws_action_create_insert_header()