Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h289 int mlx5e_tc_attach_mod_hdr(struct mlx5e_priv *priv,
H A Den_tc.c658 int mlx5e_tc_attach_mod_hdr(struct mlx5e_priv *priv, in mlx5e_tc_attach_mod_hdr() function
1383 err = mlx5e_tc_attach_mod_hdr(priv, flow, attr); in mlx5e_tc_add_nic_flow()
1760 err = mlx5e_tc_attach_mod_hdr(flow->priv, flow, attr); in post_process_attr()
1767 err = mlx5e_tc_attach_mod_hdr(flow->priv, flow, attr->branch_true); in post_process_attr()
1774 err = mlx5e_tc_attach_mod_hdr(flow->priv, flow, attr->branch_false); in post_process_attr()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_encap.c1529 err = mlx5e_tc_attach_mod_hdr(priv, flow, attr); in mlx5e_reoffload_encap()