Searched refs:dest_tbl (Results 1 – 4 of 4) sorted by relevance
565 if (dest_action->dest_tbl->is_fw_tbl) { in dr_action_handle_cs_recalc()566 *final_icm_addr = dest_action->dest_tbl->fw_tbl.rx_icm_addr; in dr_action_handle_cs_recalc()664 struct mlx5dr_action_dest_tbl *dest_tbl; in mlx5dr_actions_build_ste_arr() local679 dest_tbl = action->dest_tbl; in mlx5dr_actions_build_ste_arr()680 if (!dest_tbl->is_fw_tbl) { in mlx5dr_actions_build_ste_arr()681 if (dest_tbl->tbl->dmn != dmn) { in mlx5dr_actions_build_ste_arr()686 if (dest_tbl->tbl->level <= matcher->tbl->level) { in mlx5dr_actions_build_ste_arr()692 dest_tbl->tbl->level); in mlx5dr_actions_build_ste_arr()694 chunk = rx_rule ? dest_tbl->tbl->rx.s_anchor->chunk : in mlx5dr_actions_build_ste_arr()695 dest_tbl->tbl->tx.s_anchor->chunk; in mlx5dr_actions_build_ste_arr()[all …]
117 if (action->dest_tbl->is_fw_tbl) in dr_dump_rule_action_mem()120 rule_id, action->dest_tbl->fw_tbl.id, in dr_dump_rule_action_mem()125 rule_id, action->dest_tbl->tbl->table_id, in dr_dump_rule_action_mem()126 DR_DBG_PTR_TO_ID(action->dest_tbl->tbl)); in dr_dump_rule_action_mem()
28 action->dest_tbl->tbl->rx.s_anchor->chunk : in dr_table_set_miss_action_nic()29 action->dest_tbl->tbl->tx.s_anchor->chunk; in dr_table_set_miss_action_nic()
1063 struct mlx5dr_action_dest_tbl *dest_tbl; member