Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_action.c604 if (dest_action->dest_tbl.is_fw_tbl) { in dr_action_handle_cs_recalc()
605 *final_icm_addr = dest_action->dest_tbl.fw_tbl.rx_icm_addr; in dr_action_handle_cs_recalc()
673 if (!action->dest_tbl.is_fw_tbl) { in mlx5dr_actions_build_ste_arr()
674 if (action->dest_tbl.tbl->dmn != dmn) { in mlx5dr_actions_build_ste_arr()
679 if (action->dest_tbl.tbl->level <= matcher->tbl->level) { in mlx5dr_actions_build_ste_arr()
685 action->dest_tbl.tbl->level); in mlx5dr_actions_build_ste_arr()
688 action->dest_tbl.tbl->rx.s_anchor->chunk->icm_addr : in mlx5dr_actions_build_ste_arr()
689 action->dest_tbl.tbl->tx.s_anchor->chunk->icm_addr; in mlx5dr_actions_build_ste_arr()
695 if (!action->dest_tbl.fw_tbl.rx_icm_addr) { in mlx5dr_actions_build_ste_arr()
697 action->dest_tbl.fw_tbl.type, in mlx5dr_actions_build_ste_arr()
[all …]
H A Ddr_table.c32 action->dest_tbl.tbl->rx.s_anchor->chunk->icm_addr : in mlx5dr_table_set_miss_action()
56 action->dest_tbl.tbl->tx.s_anchor->chunk->icm_addr : in mlx5dr_table_set_miss_action()
H A Ddr_types.h766 } dest_tbl; member