Home
last modified time | relevance | path

Searched refs:mlx5_flow_act (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads_termtbl.c13 struct mlx5_flow_act flow_act;
21 mlx5_eswitch_termtbl_hash(struct mlx5_flow_act *flow_act, in mlx5_eswitch_termtbl_hash()
41 mlx5_eswitch_termtbl_cmp(struct mlx5_flow_act *flow_act1, in mlx5_eswitch_termtbl_cmp()
43 struct mlx5_flow_act *flow_act2, in mlx5_eswitch_termtbl_cmp()
66 struct mlx5_flow_act *flow_act) in mlx5_eswitch_termtbl_create()
113 struct mlx5_flow_act *flow_act, in mlx5_eswitch_termtbl_get_create()
179 mlx5_eswitch_termtbl_actions_move(struct mlx5_flow_act *src, in mlx5_eswitch_termtbl_actions_move()
180 struct mlx5_flow_act *dst) in mlx5_eswitch_termtbl_actions_move()
216 struct mlx5_flow_act *flow_act, in mlx5_eswitch_termtbl_required()
248 struct mlx5_flow_act *flow_act, in mlx5_eswitch_add_termtbl_rule()
[all …]
H A Deswitch_offloads.c211 struct mlx5_flow_act *flow_act, in esw_setup_sampler_dest()
224 struct mlx5_flow_act *flow_act, in esw_setup_ft_dest()
239 esw_setup_accept_dest(struct mlx5_flow_destination *dest, struct mlx5_flow_act *flow_act, in esw_setup_accept_dest()
249 esw_setup_slow_path_dest(struct mlx5_flow_destination *dest, struct mlx5_flow_act *flow_act, in esw_setup_slow_path_dest()
260 struct mlx5_flow_act *flow_act, in esw_setup_chain_dest()
305 struct mlx5_flow_act *flow_act, in esw_setup_chain_src_port_rewrite()
371 struct mlx5_flow_act *flow_act, in esw_setup_indir_table()
463 esw_setup_dest_fwd_vport(struct mlx5_flow_destination *dest, struct mlx5_flow_act *flow_act, in esw_setup_dest_fwd_vport()
488 esw_setup_dest_fwd_ipsec(struct mlx5_flow_destination *dest, struct mlx5_flow_act *flow_act, in esw_setup_dest_fwd_ipsec()
502 esw_setup_vport_dest(struct mlx5_flow_destination *dest, struct mlx5_flow_act *flow_act, in esw_setup_vport_dest()
[all …]
H A Drdma.c29 struct mlx5_flow_act flow_act = {}; in mlx5_rdma_enable_roce_steering()
H A Dfs_core.c774 struct mlx5_flow_act *flow_act) in alloc_fte()
984 struct mlx5_flow_act *flow_act) in find_next_fwd_ft()
1730 static bool check_conflicting_actions(const struct mlx5_flow_act *act1, in check_conflicting_actions()
1731 const struct mlx5_flow_act *act2) in check_conflicting_actions()
1775 const struct mlx5_flow_act *flow_act) in check_conflicting_ftes()
1797 struct mlx5_flow_act *flow_act, in add_rule_fg()
1839 struct mlx5_flow_act *flow_act, in dest_is_valid()
1977 struct mlx5_flow_act *flow_act, in try_add_to_existing_fg()
2076 struct mlx5_flow_act *flow_act, in _mlx5_add_flow_rules()
2191 struct mlx5_flow_act *flow_act, in mlx5_add_flow_rules()
H A Dfs_core.h240 struct mlx5_flow_act action;
H A Deswitch.h452 struct mlx5_flow_act *flow_act,
460 struct mlx5_flow_act *flow_act,
H A Den_fs_ethtool.c462 struct mlx5_flow_act flow_act = { .flags = FLOW_ACT_NO_APPEND }; in add_ethtool_flow_rule()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dipsec_fs.h16 struct mlx5_flow_act *flow_act);
34 struct mlx5_flow_act *flow_act) in mlx5_esw_ipsec_rx_setup_modify_header()
H A Dbridge_mcast.c56 struct mlx5_flow_act flow_act = { in mlx5_esw_bridge_mdb_flow_create()
512 struct mlx5_flow_act flow_act = { in mlx5_esw_bridge_mcast_flow_with_esw_create()
575 struct mlx5_flow_act flow_act = { in mlx5_esw_bridge_mcast_vlan_flow_create()
647 struct mlx5_flow_act flow_act = { in mlx5_esw_bridge_mcast_fwd_flow_create()
886 struct mlx5_flow_act flow_act = { in mlx5_esw_bridge_ingress_igmp_fh_create()
918 struct mlx5_flow_act flow_act = { in mlx5_esw_bridge_ingress_mld_fh_create()
H A Dindir_table.c104 struct mlx5_flow_act flow_act = {}; in mlx5_esw_indir_table_rule_get()
214 struct mlx5_flow_act flow_act = {}; in mlx5_create_indir_fwd_group()
H A Dipsec_fs.c44 struct mlx5_flow_act *flow_act) in mlx5_esw_ipsec_rx_setup_modify_header()
H A Dbridge.c578 struct mlx5_flow_act flow_act = { in mlx5_esw_bridge_ingress_flow_with_esw_create()
691 struct mlx5_flow_act flow_act = { in mlx5_esw_bridge_ingress_filter_flow_create()
744 struct mlx5_flow_act flow_act = { in mlx5_esw_bridge_egress_flow_create()
811 struct mlx5_flow_act flow_act = { in mlx5_esw_bridge_egress_miss_flow_create()
H A Dlegacy.c254 struct mlx5_flow_act flow_act = {}; in _mlx5_eswitch_set_vepa_locked()
/openbmc/linux/include/linux/mlx5/
H A Dfs.h265 struct mlx5_flow_act { struct
281 struct mlx5_flow_act name = { .action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST,\ argument
290 struct mlx5_flow_act *flow_act,
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Dingress_ofld.c23 struct mlx5_flow_act flow_act = {}; in esw_acl_ingress_prio_tag_create()
69 struct mlx5_flow_act flow_act = {}; in esw_acl_ingress_mod_metadata_create()
127 struct mlx5_flow_act flow_act = {}; in esw_acl_ingress_src_port_drop_create()
H A Degress_lgcy.c74 struct mlx5_flow_act flow_act = {}; in esw_acl_egress_lgcy_setup()
H A Dhelper.c54 struct mlx5_flow_act flow_act = {}; in esw_egress_acl_vlan_create()
H A Degress_ofld.c45 struct mlx5_flow_act flow_act = {}; in esw_acl_egress_ofld_fwd2vport_create()
H A Dingress_lgcy.c145 struct mlx5_flow_act flow_act = {}; in esw_acl_ingress_lgcy_setup()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c397 struct mlx5_flow_act flow_act = {}; in macsec_fs_tx_create()
579 struct mlx5_flow_act *flow_act, in macsec_fs_tx_setup_fte()
812 struct mlx5_flow_act flow_act = {}; in macsec_fs_tx_add_rule()
1137 struct mlx5_flow_act *flow_act, in macsec_fs_rx_create_check_decap_rule()
1220 struct mlx5_flow_act flow_act = {}; in macsec_fs_rx_roce_miss_create()
1506 struct mlx5_flow_act flow_act = {}; in macsec_fs_rx_create()
1681 struct mlx5_flow_act *flow_act, in macsec_fs_rx_setup_fte()
1741 struct mlx5_flow_act flow_act = {}; in macsec_fs_rx_add_rule()
2134 struct mlx5_flow_act flow_act = {}; in mlx5_macsec_fs_add_roce_rule_rx()
2203 struct mlx5_flow_act flow_act = {}; in mlx5_macsec_fs_add_roce_rule_tx()
H A Dfs_chains.c374 struct mlx5_flow_act act = {}; in mlx5_chains_add_miss_rule()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c159 struct mlx5_flow_act flow_act = {}; in ipsec_rx_status_drop_create()
227 struct mlx5_flow_act flow_act = {}; in ipsec_rx_status_pass_create()
625 struct mlx5_flow_act flow_act = {}; in ipsec_counter_rule_tx()
1078 struct mlx5_flow_act *flow_act) in setup_modify_header()
1288 struct mlx5_flow_act *flow_act) in setup_pkt_reformat()
1328 struct mlx5_flow_act flow_act = {}; in rx_add_rule()
1428 struct mlx5_flow_act flow_act = {}; in tx_add_rule()
1519 struct mlx5_flow_act flow_act = {}; in tx_add_policy()
1603 struct mlx5_flow_act flow_act = {}; in rx_add_policy()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c145 struct mlx5_flow_act *action) in parse_flow_flow_action()
187 struct mlx5_flow_act *action, u32 prev_type) in parse_flow_attr()
876 struct mlx5_flow_act flow_act = {}; in mlx5_ib_fs_add_op_fc()
1046 struct mlx5_flow_act flow_act = {}; in _create_flow_rule()
1519 struct mlx5_flow_act *flow_act, in _create_raw_flow_rule()
1605 struct mlx5_flow_context *flow_context, struct mlx5_flow_act *flow_act, in raw_fs_rule_add()
1913 struct mlx5_flow_act flow_act = {}; in UVERBS_HANDLER()
2145 struct mlx5_flow_act flow_act = {}; in steering_anchor_create_rule_drop()
2176 struct mlx5_flow_act flow_act = {}; in steering_anchor_create_rule_goto_table()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dint_port.c67 struct mlx5_flow_act flow_act = {}; in mlx5e_int_port_create_rx_rule()
H A Dsample.c68 struct mlx5_flow_act act = {}; in sampler_termtbl_create()

12