Home
last modified time | relevance | path

Searched refs:mlx5_esw_flow_attr (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dredirect_ingress.c16 struct mlx5_esw_flow_attr *esw_attr; in tc_act_can_offload_redirect_ingress()
57 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in tc_act_parse_redirect_ingress()
Dmirred.c111 struct mlx5_esw_flow_attr *esw_attr; in tc_act_can_offload_mirred()
181 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in parse_mirred_encap()
212 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in parse_mirred()
287 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in parse_mirred_ovs_master()
Dvlan.c35 struct mlx5_esw_flow_attr *attr, in parse_tc_vlan_action()
150 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in tc_act_parse_vlan()
Dpedit.c87 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in tc_act_parse_pedit()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun_encap.c77 struct mlx5_esw_flow_attr *esw_attr = flow->attr->esw_attr; in mlx5e_tc_set_attr_rx_tun()
122 static bool mlx5e_tc_flow_all_encaps_valid(struct mlx5_esw_flow_attr *esw_attr) in mlx5e_tc_flow_all_encaps_valid()
149 struct mlx5_esw_flow_attr *esw_attr; in mlx5e_tc_encap_flows_add()
218 struct mlx5_esw_flow_attr *esw_attr; in mlx5e_tc_encap_flows_del()
717 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in mlx5e_set_vf_tunnel()
753 struct mlx5_esw_flow_attr *attr, in mlx5e_update_vf_tunnel()
945 struct mlx5_esw_flow_attr *attr = flow->attr->esw_attr; in mlx5e_attach_decap()
1026 struct mlx5_esw_flow_attr *esw_attr; in mlx5e_tc_tun_encap_dests_set()
1086 struct mlx5_esw_flow_attr *esw_attr; in mlx5e_tc_tun_encap_dests_unset()
1290 struct mlx5_esw_flow_attr *esw_attr; in mlx5e_attach_decap_route()
[all …]
Dtc_tun.c715 struct mlx5_esw_flow_attr *esw_attr = flow_attr->esw_attr; in mlx5e_tc_tun_route_lookup()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads_termtbl.c115 struct mlx5_esw_flow_attr *attr) in mlx5_eswitch_termtbl_get_create()
219 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in mlx5_eswitch_termtbl_required()
247 struct mlx5_esw_flow_attr *attr, in mlx5_eswitch_add_termtbl_rule()
Deswitch_offloads.c84 struct mlx5_esw_flow_attr *attr) in mlx5_eswitch_set_rule_flow_source()
127 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in mlx5_eswitch_set_rule_source_port()
283 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in esw_put_dest_tables_loop()
297 esw_is_chain_src_port_rewrite(struct mlx5_eswitch *esw, struct mlx5_esw_flow_attr *esw_attr) in esw_is_chain_src_port_rewrite()
315 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in esw_setup_chain_src_port_rewrite()
343 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in esw_cleanup_chain_src_port_rewrite()
351 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in esw_is_indir_table()
380 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in esw_setup_indir_table()
413 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in esw_cleanup_indir_table()
431 struct mlx5_esw_flow_attr *esw_attr, in esw_setup_uplink_fwd_ipsec_needed()
[all …]
Den_tc.h52 sizeof(struct mlx5_esw_flow_attr))
103 DECLARE_FLEX_ARRAY(struct mlx5_esw_flow_attr, esw_attr);
Deswitch.h445 struct mlx5_esw_flow_attr;
458 struct mlx5_esw_flow_attr *attr,
512 struct mlx5_esw_flow_attr { struct
870 struct mlx5_esw_flow_attr *esw_attr, int attr_idx);
Den_tc.c1728 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in has_encap_dests()
1794 struct mlx5_esw_flow_attr *esw_attr; in mlx5e_tc_add_fdb_flow()
3448 struct mlx5_esw_flow_attr *esw_attr = flow->attr->esw_attr; in actions_match_supported_fdb()
3581 struct mlx5_esw_flow_attr *esw_attr; in mlx5e_tc_get_encap_attr()
4089 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in mlx5e_set_fwd_to_int_port_actions()
4131 struct mlx5_esw_flow_attr *esw_attr; in parse_tc_fdb_actions()
4218 struct mlx5_esw_flow_attr *esw_attr = flow->attr->esw_attr; in is_peer_flow_needed()
4244 sizeof(struct mlx5_esw_flow_attr) : in mlx5_alloc_flow_attr()
4260 struct mlx5_esw_flow_attr *esw_attr; in mlx5_free_flow_attr_actions()
4363 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in mlx5e_flow_esw_attr_init()
[all …]
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/
Dindir_table.c72 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in mlx5_esw_indir_table_needed()
90 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in mlx5_esw_indir_table_decap_vport()
99 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in mlx5_esw_indir_table_rule_get()
Dipsec_fs.c278 struct mlx5_esw_flow_attr *esw_attr; in mlx5_esw_ipsec_modify_flow_dests()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dsample.c346 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in add_post_rule()
410 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in del_post_rule()
473 struct mlx5_esw_flow_attr *esw_attr = attr->esw_attr; in mlx5e_tc_sample_offload()
474 struct mlx5_esw_flow_attr *pre_esw_attr; in mlx5e_tc_sample_offload()