Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_action.c605 if (dest_action->dest_tbl->is_fw_tbl) { in dr_action_handle_cs_recalc()
606 *final_icm_addr = dest_action->dest_tbl->fw_tbl.rx_icm_addr; in dr_action_handle_cs_recalc()
678 struct mlx5dr_action_dest_tbl *dest_tbl, in dr_action_get_dest_fw_tbl_addr() argument
686 if (!dest_tbl->fw_tbl.rx_icm_addr) { in dr_action_get_dest_fw_tbl_addr()
688 dest_tbl->fw_tbl.type, in dr_action_get_dest_fw_tbl_addr()
689 dest_tbl->fw_tbl.id, in dr_action_get_dest_fw_tbl_addr()
698 dest_tbl->fw_tbl.tx_icm_addr = output.sw_owner_icm_root_1; in dr_action_get_dest_fw_tbl_addr()
699 dest_tbl->fw_tbl.rx_icm_addr = output.sw_owner_icm_root_0; in dr_action_get_dest_fw_tbl_addr()
702 *final_icm_addr = is_rx_rule ? dest_tbl->fw_tbl.rx_icm_addr : in dr_action_get_dest_fw_tbl_addr()
703 dest_tbl->fw_tbl.tx_icm_addr; in dr_action_get_dest_fw_tbl_addr()
[all …]
Ddr_dbg.c231 if (action->dest_tbl->is_fw_tbl) in dr_dump_rule_action_mem()
235 rule_id, action->dest_tbl->fw_tbl.id, in dr_dump_rule_action_mem()
241 rule_id, action->dest_tbl->tbl->table_id, in dr_dump_rule_action_mem()
242 DR_DBG_PTR_TO_ID(action->dest_tbl->tbl)); in dr_dump_rule_action_mem()
452 if (action->range->hit_tbl_action->dest_tbl->is_fw_tbl) { in dr_dump_rule_action_mem()
453 hit_tbl_id = action->range->hit_tbl_action->dest_tbl->fw_tbl.id; in dr_dump_rule_action_mem()
456 hit_tbl_id = action->range->hit_tbl_action->dest_tbl->tbl->table_id; in dr_dump_rule_action_mem()
458 DR_DBG_PTR_TO_ID(action->range->hit_tbl_action->dest_tbl->tbl); in dr_dump_rule_action_mem()
461 if (action->range->miss_tbl_action->dest_tbl->is_fw_tbl) { in dr_dump_rule_action_mem()
462 miss_tbl_id = action->range->miss_tbl_action->dest_tbl->fw_tbl.id; in dr_dump_rule_action_mem()
[all …]
Ddr_table.c28 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()
Dfs_dr.c211 tbl_action->dest_tbl->is_wire_ft = in create_ft_action()
Ddr_types.h1128 struct mlx5dr_action_dest_tbl *dest_tbl; member