Home
last modified time | relevance | path

Searched refs:mlx5e_is_eswitch_flow (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dgoto.c16 bool is_esw = mlx5e_is_eswitch_flow(flow); in validate_goto_chain()
112 if (!mlx5e_is_eswitch_flow(flow) && parse_attr->mirred_ifindex[0]) { in tc_act_post_parse_goto()
Dct.c45 if (mlx5e_is_eswitch_flow(parse_state->flow)) in tc_act_parse_ct()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_priv.h142 bool mlx5e_is_eswitch_flow(struct mlx5e_tc_flow *flow);
Dtc_tun_encap.c519 if (!mlx5e_is_eswitch_flow(flow)) in mlx5e_detach_encap()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c589 bool mlx5e_is_eswitch_flow(struct mlx5e_tc_flow *flow) in mlx5e_is_eswitch_flow() function
606 return mlx5e_is_eswitch_flow(flow) ? in mlx5e_get_flow_namespace()
1649 if (!mlx5e_is_eswitch_flow(flow)) in set_encap_dests()
1706 if (!mlx5e_is_eswitch_flow(flow)) in clean_encap_dests()
2007 if (mlx5e_is_eswitch_flow(flow)) { in mlx5e_tc_del_flow()
2367 if (!mlx5e_is_eswitch_flow(flow)) { in parse_tunnel_attr()
2552 fs_type = mlx5e_is_eswitch_flow(flow) ? FS_FT_FDB : FS_FT_NIC_RX; in __parse_cls_flower()
3006 is_eswitch_flow = mlx5e_is_eswitch_flow(flow); in parse_cls_flower()
3550 if (mlx5e_is_eswitch_flow(flow) && in actions_match_supported()
3650 return mlx5e_is_eswitch_flow(flow) ? flow->attr->esw_attr->counter_dev : flow->priv->mdev; in get_flow_counter_dev()