Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h288 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
1384 err = mlx5e_tc_attach_mod_hdr(priv, flow, attr); in mlx5e_tc_add_nic_flow()
1876 err = mlx5e_tc_attach_mod_hdr(flow->priv, flow, attr); in post_process_attr()
1883 err = mlx5e_tc_attach_mod_hdr(flow->priv, flow, attr->branch_true); in post_process_attr()
1890 err = mlx5e_tc_attach_mod_hdr(flow->priv, flow, attr->branch_false); in post_process_attr()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_encap.c1538 err = mlx5e_tc_attach_mod_hdr(priv, flow, attr); in mlx5e_reoffload_encap()