Searched refs:dest_tbl (Results 1 – 3 of 3) sorted by relevance
604 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 …]
32 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()
766 } dest_tbl; member