Home
last modified time | relevance | path

Searched refs:mlx5_flow_destination (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_ttc.h37 struct mlx5_flow_destination default_dest;
45 struct mlx5_flow_destination dests[MLX5_NUM_TT];
47 struct mlx5_flow_destination tunnel_dests[MLX5_NUM_TUNNEL_TT];
60 struct mlx5_flow_destination *new_dest);
61 struct mlx5_flow_destination
Dfs_ttc.c193 struct mlx5_flow_destination *dest, u16 etype, u8 proto) in mlx5_generate_ttc_rule()
356 struct mlx5_flow_destination *dest, in mlx5_generate_inner_ttc_rule()
578 struct mlx5_flow_destination *new_dest) in mlx5_ttc_fwd_dest()
584 struct mlx5_flow_destination
588 struct mlx5_flow_destination *dest = &ttc->rules[type].default_dest; in mlx5_ttc_get_default_dest()
599 struct mlx5_flow_destination dest = mlx5_ttc_get_default_dest(ttc, type); in mlx5_ttc_fwd_default_dest()
Dfs_chains.c368 struct mlx5_flow_destination dest = {}; in mlx5_chains_add_miss_rule()
/Linux-v5.15/include/linux/mlx5/
Dfs.h127 struct mlx5_flow_destination { struct
235 struct mlx5_flow_destination *dest,
240 struct mlx5_flow_destination *new_dest,
241 struct mlx5_flow_destination *old_dest);
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads_termtbl.c14 struct mlx5_flow_destination dest;
22 struct mlx5_flow_destination *dest) in mlx5_eswitch_termtbl_hash()
42 struct mlx5_flow_destination *dest1, in mlx5_eswitch_termtbl_cmp()
44 struct mlx5_flow_destination *dest2) in mlx5_eswitch_termtbl_cmp()
112 struct mlx5_flow_destination *dest, in mlx5_eswitch_termtbl_get_create()
244 struct mlx5_flow_destination *dest, in mlx5_eswitch_add_termtbl_rule()
Dfs_core.c276 static bool mlx5_flow_dests_cmp(struct mlx5_flow_destination *d1,
277 struct mlx5_flow_destination *d2);
281 struct mlx5_flow_destination *dest);
943 struct mlx5_flow_destination *dest) in _mlx5_modify_rule_destination()
969 struct mlx5_flow_destination *new_dest, in mlx5_modify_rule_destination()
970 struct mlx5_flow_destination *old_dest) in mlx5_modify_rule_destination()
995 struct mlx5_flow_destination dest = {}; in connect_fwd_rules()
1255 static struct mlx5_flow_rule *alloc_rule(struct mlx5_flow_destination *dest) in alloc_rule()
1286 struct mlx5_flow_destination *dest, in destroy_flow_handle()
1301 struct mlx5_flow_destination *dest, in create_flow_handle()
[all …]
Deswitch_offloads.c188 esw_setup_sampler_dest(struct mlx5_flow_destination *dest, in esw_setup_sampler_dest()
201 esw_setup_ft_dest(struct mlx5_flow_destination *dest, in esw_setup_ft_dest()
218 esw_setup_slow_path_dest(struct mlx5_flow_destination *dest, in esw_setup_slow_path_dest()
230 esw_setup_chain_dest(struct mlx5_flow_destination *dest, in esw_setup_chain_dest()
276 esw_setup_chain_src_port_rewrite(struct mlx5_flow_destination *dest, in esw_setup_chain_src_port_rewrite()
325 esw_setup_indir_table(struct mlx5_flow_destination *dest, in esw_setup_indir_table()
380 esw_setup_vport_dest(struct mlx5_flow_destination *dest, struct mlx5_flow_act *flow_act, in esw_setup_vport_dest()
402 esw_setup_vport_dests(struct mlx5_flow_destination *dest, struct mlx5_flow_act *flow_act, in esw_setup_vport_dests()
422 esw_setup_dests(struct mlx5_flow_destination *dest, in esw_setup_dests()
485 struct mlx5_flow_destination dest[MLX5_MAX_FLOW_FWD_VPORTS + 1] = {}; in mlx5_eswitch_add_offloaded_rule()
[all …]
Den_arfs.c145 struct mlx5_flow_destination dest = {}; in mlx5e_arfs_enable()
195 struct mlx5_flow_destination dest = {}; in arfs_add_default_rule()
480 struct mlx5_flow_destination dest = {}; in arfs_add_rule()
574 struct mlx5_flow_destination dst = {}; in arfs_modify_rule_rq()
Dfs_core.h154 struct mlx5_flow_destination dest_attr;
Deswitch.h392 struct mlx5_flow_destination *dest,
421 struct mlx5_flow_destination *dest);
Den_fs.c191 struct mlx5_flow_destination dest = {}; in __mlx5e_add_vlan_rule()
337 struct mlx5_flow_destination dest = {}; in mlx5e_add_trap_rule()
711 struct mlx5_flow_destination dest = {}; in mlx5e_add_promisc_rule()
925 struct mlx5_flow_destination dest = {}; in mlx5e_add_l2_flow_rule()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Degress_ofld.c29 struct mlx5_flow_destination *fwd_dest) in esw_acl_egress_ofld_fwd2vport_create()
58 struct mlx5_flow_destination *fwd_dest) in esw_acl_egress_ofld_rules_create()
229 struct mlx5_flow_destination fwd_dest = {}; in mlx5_esw_acl_egress_vport_bond()
Dhelper.h16 struct mlx5_flow_destination *fwd_dest,
Degress_lgcy.c70 struct mlx5_flow_destination drop_ctr_dst = {}; in esw_acl_egress_lgcy_setup()
71 struct mlx5_flow_destination *dst = NULL; in esw_acl_egress_lgcy_setup()
Dingress_lgcy.c142 struct mlx5_flow_destination drop_ctr_dst = {}; in esw_acl_ingress_lgcy_setup()
143 struct mlx5_flow_destination *dst = NULL; in esw_acl_ingress_lgcy_setup()
Dhelper.c50 struct mlx5_flow_destination *fwd_dest, in esw_egress_acl_vlan_create()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dfs_tt_redirect.c82 struct mlx5_flow_destination dest = {}; in mlx5e_fs_tt_redirect_udp_add_rule()
118 struct mlx5_flow_destination dest; in fs_udp_add_default_rule()
276 struct mlx5_flow_destination dest = {}; in fs_udp_enable()
362 struct mlx5_flow_destination dest = {}; in mlx5e_fs_tt_redirect_any_add_rule()
395 struct mlx5_flow_destination dest; in fs_any_add_default_rule()
529 struct mlx5_flow_destination dest = {}; in fs_any_enable()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h58 parse_fs_dst(p, (const struct mlx5_flow_destination *)dst, counter_id)
61 const struct mlx5_flow_destination *dst,
282 __array(u8, destination, sizeof(struct mlx5_flow_destination))
Dfs_tracepoint.c232 const struct mlx5_flow_destination *dst, in parse_fs_dst()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dfs_tcp.c78 struct mlx5_flow_destination dest = {}; in mlx5e_accel_fs_add_sk()
155 struct mlx5_flow_destination dest; in accel_fs_tcp_add_default_rule()
324 struct mlx5_flow_destination dest = {}; in accel_fs_tcp_enable()
Dipsec_fs.c27 struct mlx5_flow_destination default_dest;
285 struct mlx5_flow_destination dest = {}; in rx_ft_get()
468 struct mlx5_flow_destination dest = {}; in rx_add_rule()
/Linux-v5.15/drivers/infiniband/hw/mlx5/
Dfs.c905 struct mlx5_flow_destination *dst, in _create_flow_rule()
913 struct mlx5_flow_destination dest_arr[2] = {}; in _create_flow_rule()
914 struct mlx5_flow_destination *rule_dst = dest_arr; in _create_flow_rule()
1039 struct mlx5_flow_destination *dst) in create_flow_rule()
1052 struct mlx5_flow_destination *dst) in create_leftovers_rule()
1111 struct mlx5_flow_destination *dst) in create_sniffer_rule()
1153 struct mlx5_flow_destination *dst = NULL; in mlx5_ib_create_flow()
1387 struct mlx5_flow_destination *dst, in _create_raw_flow_rule()
1479 struct mlx5_flow_destination *dst; in raw_fs_rule_add()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/esw/
Dindir_table.c125 struct mlx5_flow_destination dest = {}; in mlx5_esw_indir_table_rule_get()
339 struct mlx5_flow_destination dest = {}; in mlx5_create_indir_fwd_group()
Dbridge.c422 struct mlx5_flow_destination dests[2] = {}; in mlx5_esw_bridge_ingress_flow_with_esw_create()
505 struct mlx5_flow_destination dest = { in mlx5_esw_bridge_ingress_filter_flow_create()
551 struct mlx5_flow_destination dest = { in mlx5_esw_bridge_egress_flow_create()
Dlegacy.c252 struct mlx5_flow_destination dest = {}; in _mlx5_eswitch_set_vepa_locked()

12