Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A 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 …]
H A Ddr_dbg.c232 if (action->dest_tbl->is_fw_tbl) in dr_dump_rule_action_mem()
236 rule_id, action->dest_tbl->fw_tbl.id, in dr_dump_rule_action_mem()
242 rule_id, action->dest_tbl->tbl->table_id, in dr_dump_rule_action_mem()
243 DR_DBG_PTR_TO_ID(action->dest_tbl->tbl)); in dr_dump_rule_action_mem()
453 if (action->range->hit_tbl_action->dest_tbl->is_fw_tbl) { in dr_dump_rule_action_mem()
454 hit_tbl_id = action->range->hit_tbl_action->dest_tbl->fw_tbl.id; in dr_dump_rule_action_mem()
457 hit_tbl_id = action->range->hit_tbl_action->dest_tbl->tbl->table_id; in dr_dump_rule_action_mem()
459 DR_DBG_PTR_TO_ID(action->range->hit_tbl_action->dest_tbl->tbl); in dr_dump_rule_action_mem()
462 if (action->range->miss_tbl_action->dest_tbl->is_fw_tbl) { in dr_dump_rule_action_mem()
463 miss_tbl_id = action->range->miss_tbl_action->dest_tbl->fw_tbl.id; in dr_dump_rule_action_mem()
[all …]
H A 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()
H A Dfs_dr.c211 tbl_action->dest_tbl->is_wire_ft = in create_ft_action()
H A Ddr_types.h1128 struct mlx5dr_action_dest_tbl *dest_tbl; member