Home
last modified time | relevance | path

Searched refs:dest_chain (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c170 if (attr->dest_chain) { in mlx5_eswitch_add_offloaded_rule()
173 ft = esw_get_prio_table(esw, attr->dest_chain, 1, 0); in mlx5_eswitch_add_offloaded_rule()
239 if (attr->dest_chain) in mlx5_eswitch_add_offloaded_rule()
240 esw_put_prio_table(esw, attr->dest_chain, 1, 0); in mlx5_eswitch_add_offloaded_rule()
331 if (attr->dest_chain) in __mlx5_eswitch_del_rule()
332 esw_put_prio_table(esw, attr->dest_chain, 1, 0); in __mlx5_eswitch_del_rule()
438 !attr->dest_chain); in mlx5_eswitch_add_vlan_action()
Den_tc.c1077 slow_attr->dest_chain = FDB_SLOW_PATH_CHAIN; in mlx5e_tc_offload_to_slow_path()
1094 slow_attr->dest_chain = FDB_SLOW_PATH_CHAIN; in mlx5e_tc_unoffload_from_slow_path()
3382 u32 dest_chain = act->chain_index; in parse_tc_fdb_actions() local
3385 if (dest_chain <= attr->chain) { in parse_tc_fdb_actions()
3389 if (dest_chain > max_chain) { in parse_tc_fdb_actions()
3394 attr->dest_chain = dest_chain; in parse_tc_fdb_actions()
3438 if (attr->dest_chain) { in parse_tc_fdb_actions()
Deswitch.h399 u32 dest_chain; member