Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws_pools.c14 struct mlx5hws_action_reformat_header reformat_hdr[2] = {}; in mlx5_fs_dl3tnltol2_bulk_action_create() local
20 reformat_hdr[MLX5_FS_DL3TNLTOL2_MAC_HDR_IDX].sz = ETH_HLEN; in mlx5_fs_dl3tnltol2_bulk_action_create()
21 reformat_hdr[MLX5_FS_DL3TNLTOL2_MAC_VLAN_HDR_IDX].sz = ETH_HLEN + VLAN_HLEN; in mlx5_fs_dl3tnltol2_bulk_action_create()
25 reformat_hdr, log_bulk_size, flags); in mlx5_fs_dl3tnltol2_bulk_action_create()
31 struct mlx5hws_action_reformat_header reformat_hdr = {}; in mlx5_fs_el2tol3tnl_bulk_action_create() local
37 reformat_hdr.sz = data_size; in mlx5_fs_el2tol3tnl_bulk_action_create()
41 &reformat_hdr, log_bulk_size, flags); in mlx5_fs_el2tol3tnl_bulk_action_create()
47 struct mlx5hws_action_reformat_header reformat_hdr = {}; in mlx5_fs_el2tol2tnl_bulk_action_create() local
53 reformat_hdr.sz = data_size; in mlx5_fs_el2tol2tnl_bulk_action_create()
57 &reformat_hdr, log_bulk_size, flags); in mlx5_fs_el2tol2tnl_bulk_action_create()
H A Dfs_hws.c28 struct mlx5hws_action_reformat_header reformat_hdr = {}; in mlx5_fs_init_hws_actions_pool() local
48 &reformat_hdr, 0, flags); in mlx5_fs_init_hws_actions_pool()