Home
last modified time | relevance | path

Searched refs:mlx5_eswitch_vlan_actions_supported (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h452 static inline bool mlx5_eswitch_vlan_actions_supported(struct mlx5_core_dev *dev, in mlx5_eswitch_vlan_actions_supported() function
H A Deswitch_offloads.c318 if (!mlx5_eswitch_vlan_actions_supported(esw->dev, 1)) in mlx5_eswitch_add_offloaded_rule()
652 if (mlx5_eswitch_vlan_actions_supported(esw->dev, 1)) in mlx5_eswitch_add_vlan_action()
721 if (mlx5_eswitch_vlan_actions_supported(esw->dev, 1)) in mlx5_eswitch_del_vlan_action()
H A Den_tc.c3997 if (!mlx5_eswitch_vlan_actions_supported(priv->mdev, in parse_tc_vlan_action()
4014 if (!mlx5_eswitch_vlan_actions_supported(priv->mdev, in parse_tc_vlan_action()
4020 if (!mlx5_eswitch_vlan_actions_supported(priv->mdev, 1) && in parse_tc_vlan_action()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c2012 if (!mlx5_eswitch_vlan_actions_supported(esw->dev, 1)) { in mlx5_tc_ct_init_check_esw_support()