Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.h289 int mlx5e_tc_attach_mod_hdr(struct mlx5e_priv *priv,
Den_tc.c655 int mlx5e_tc_attach_mod_hdr(struct mlx5e_priv *priv, in mlx5e_tc_attach_mod_hdr() function
1380 err = mlx5e_tc_attach_mod_hdr(priv, flow, attr); in mlx5e_tc_add_nic_flow()
1757 err = mlx5e_tc_attach_mod_hdr(flow->priv, flow, attr); in post_process_attr()
1764 err = mlx5e_tc_attach_mod_hdr(flow->priv, flow, attr->branch_true); in post_process_attr()
1771 err = mlx5e_tc_attach_mod_hdr(flow->priv, flow, attr->branch_false); in post_process_attr()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun_encap.c1528 err = mlx5e_tc_attach_mod_hdr(priv, flow, attr); in mlx5e_reoffload_encap()