Searched refs:dest_tbl (Results 1 – 3 of 3) sorted by relevance
503 if (dest_action->dest_tbl->is_fw_tbl) { in dr_action_handle_cs_recalc()504 *final_icm_addr = dest_action->dest_tbl->fw_tbl.rx_icm_addr; in dr_action_handle_cs_recalc()571 struct mlx5dr_action_dest_tbl *dest_tbl; in mlx5dr_actions_build_ste_arr() local585 dest_tbl = action->dest_tbl; in mlx5dr_actions_build_ste_arr()586 if (!dest_tbl->is_fw_tbl) { in mlx5dr_actions_build_ste_arr()587 if (dest_tbl->tbl->dmn != dmn) { in mlx5dr_actions_build_ste_arr()592 if (dest_tbl->tbl->level <= matcher->tbl->level) { in mlx5dr_actions_build_ste_arr()598 dest_tbl->tbl->level); in mlx5dr_actions_build_ste_arr()601 dest_tbl->tbl->rx.s_anchor->chunk->icm_addr : in mlx5dr_actions_build_ste_arr()602 dest_tbl->tbl->tx.s_anchor->chunk->icm_addr; 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()
970 struct mlx5dr_action_dest_tbl *dest_tbl; member