Home
last modified time | relevance | path

Searched refs:mlx5_fs_chains (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_chains.h9 struct mlx5_fs_chains;
31 mlx5_chains_prios_supported(struct mlx5_fs_chains *chains);
32 bool mlx5_chains_ignore_flow_level_supported(struct mlx5_fs_chains *chains);
34 mlx5_chains_backwards_supported(struct mlx5_fs_chains *chains);
36 mlx5_chains_get_prio_range(struct mlx5_fs_chains *chains);
38 mlx5_chains_get_chain_range(struct mlx5_fs_chains *chains);
40 mlx5_chains_get_nf_ft_chain(struct mlx5_fs_chains *chains);
43 mlx5_chains_get_table(struct mlx5_fs_chains *chains, u32 chain, u32 prio,
46 mlx5_chains_put_table(struct mlx5_fs_chains *chains, u32 chain, u32 prio,
50 mlx5_chains_get_tc_end_ft(struct mlx5_fs_chains *chains);
[all …]
H A Dfs_chains.c21 struct mlx5_fs_chains { struct
48 struct mlx5_fs_chains *chains; argument
89 bool mlx5_chains_prios_supported(struct mlx5_fs_chains *chains) in mlx5_chains_prios_supported()
94 bool mlx5_chains_ignore_flow_level_supported(struct mlx5_fs_chains *chains) in mlx5_chains_ignore_flow_level_supported()
99 bool mlx5_chains_backwards_supported(struct mlx5_fs_chains *chains) in mlx5_chains_backwards_supported()
105 u32 mlx5_chains_get_chain_range(struct mlx5_fs_chains *chains) in mlx5_chains_get_chain_range()
117 u32 mlx5_chains_get_nf_ft_chain(struct mlx5_fs_chains *chains) in mlx5_chains_get_nf_ft_chain()
122 u32 mlx5_chains_get_prio_range(struct mlx5_fs_chains *chains) in mlx5_chains_get_prio_range()
135 static unsigned int mlx5_chains_get_level_range(struct mlx5_fs_chains *chains) in mlx5_chains_get_level_range()
145 mlx5_chains_set_end_ft(struct mlx5_fs_chains *chains, in mlx5_chains_set_end_ft()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dpost_act.c12 struct mlx5_fs_chains *chains;
30 mlx5e_tc_post_act_init(struct mlx5e_priv *priv, struct mlx5_fs_chains *chains, in mlx5e_tc_post_act_init()
H A Dpost_act.h15 mlx5e_tc_post_act_init(struct mlx5e_priv *priv, struct mlx5_fs_chains *chains,
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dgoto.c19 struct mlx5_fs_chains *chains; in validate_goto_chain()
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dindir_table.c100 struct mlx5_fs_chains *chains = esw_chains(esw); in mlx5_esw_indir_table_rule_get()
175 struct mlx5_fs_chains *chains = esw_chains(esw); in mlx5_esw_indir_table_rule_put()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_priv.h46 struct mlx5_fs_chains *mlx5e_nic_chains(struct mlx5e_tc_table *tc);
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c245 struct mlx5_fs_chains *chains, int i) in esw_setup_accept_dest()
266 struct mlx5_fs_chains *chains, in esw_setup_chain_dest()
286 struct mlx5_fs_chains *chains = esw_chains(esw); in esw_put_dest_tables_loop()
312 struct mlx5_fs_chains *chains, in esw_setup_chain_src_port_rewrite()
421 esw_cleanup_chain_dest(struct mlx5_fs_chains *chains, u32 chain, u32 prio, u32 level) in esw_cleanup_chain_dest()
575 struct mlx5_fs_chains *chains = esw_chains(esw); in esw_setup_dests()
630 struct mlx5_fs_chains *chains = esw_chains(esw); in esw_cleanup_dests()
666 struct mlx5_fs_chains *chains = esw_chains(esw); in mlx5_eswitch_add_offloaded_rule()
803 struct mlx5_fs_chains *chains = esw_chains(esw); in mlx5_eswitch_add_fwd_rule()
885 struct mlx5_fs_chains *chains = esw_chains(esw); in __mlx5_eswitch_del_rule()
[all …]
H A Den_tc.h57 struct mlx5_fs_chains *mlx5e_nic_chains(struct mlx5e_tc_table *tc);
H A Deswitch.h281 struct mlx5_fs_chains *esw_chains_priv;
H A Den_tc.c86 struct mlx5_fs_chains *chains;
165 struct mlx5_fs_chains *mlx5e_nic_chains(struct mlx5e_tc_table *tc) in mlx5e_nic_chains()
1244 struct mlx5_fs_chains *nic_chains; in mlx5e_add_offloaded_nic_rule()
1402 struct mlx5_fs_chains *nic_chains; in mlx5e_del_offloaded_nic_rule()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c41 struct mlx5_fs_chains *chains;
60 struct mlx5_fs_chains *chains;
94 static struct mlx5_fs_chains *
100 struct mlx5_fs_chains *chains; in ipsec_chains_create()
130 static void ipsec_chains_destroy(struct mlx5_fs_chains *chains) in ipsec_chains_destroy()
137 ipsec_chains_get_table(struct mlx5_fs_chains *chains, u32 prio) in ipsec_chains_get_table()
142 static void ipsec_chains_put_table(struct mlx5_fs_chains *chains, u32 prio) in ipsec_chains_put_table()