Searched refs:esw_chains (Results 1 – 5 of 5) sorted by relevance
204 if (!mlx5_chains_prios_supported(esw_chains(esw))) in mlx5e_rep_setup_ft_cb()216 if (tmp.common.prio >= mlx5_chains_get_prio_range(esw_chains(esw))) in mlx5e_rep_setup_ft_cb()221 tmp.common.chain_index = mlx5_chains_get_nf_ft_chain(esw_chains(esw)); in mlx5e_rep_setup_ft_cb()397 if (!mlx5_chains_prios_supported(esw_chains(esw)) || in mlx5e_rep_indr_setup_ft_cb()398 tmp.common.prio >= mlx5_chains_get_prio_range(esw_chains(esw)) || in mlx5e_rep_indr_setup_ft_cb()402 tmp.common.chain_index = mlx5_chains_get_nf_ft_chain(esw_chains(esw)); in mlx5e_rep_indr_setup_ft_cb()
123 struct mlx5_fs_chains *chains = esw_chains(esw); in mlx5_esw_indir_table_rule_get()260 struct mlx5_fs_chains *chains = esw_chains(esw); in mlx5_esw_indir_table_rule_put()
266 struct mlx5_fs_chains *chains = esw_chains(esw); in esw_put_dest_tables_loop()459 struct mlx5_fs_chains *chains = esw_chains(esw); in esw_setup_dests()495 struct mlx5_fs_chains *chains = esw_chains(esw); in esw_cleanup_dests()516 struct mlx5_fs_chains *chains = esw_chains(esw); in mlx5_eswitch_add_offloaded_rule()632 struct mlx5_fs_chains *chains = esw_chains(esw); in mlx5_eswitch_add_fwd_rule()715 struct mlx5_fs_chains *chains = esw_chains(esw); in __mlx5_eswitch_del_rule()1850 esw_chains_destroy(esw, esw_chains(esw)); in esw_create_offloads_fdb_tables()1879 esw_chains_destroy(esw, esw_chains(esw)); in esw_destroy_offloads_fdb_tables()
84 #define esw_chains(esw) \ macro
1407 max_chain = mlx5_chains_get_chain_range(esw_chains(esw)); in mlx5e_tc_add_fdb_flow()1415 max_prio = mlx5_chains_get_prio_range(esw_chains(esw)); in mlx5e_tc_add_fdb_flow()3432 chains = is_esw ? esw_chains(esw) : nic_chains(priv); in validate_goto_chain()5255 uplink_priv->post_act = mlx5e_tc_post_act_init(priv, esw_chains(esw), in mlx5e_tc_esw_init()5258 esw_chains(esw), in mlx5e_tc_esw_init()
Completed in 750 milliseconds