Home
last modified time | relevance | path

Searched refs:is_mirror (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_table.h40 bool is_mirror) in mlx5hws_table_get_res_fw_ft_type() argument
43 return is_mirror ? FS_FT_FDB_TX : FS_FT_FDB_RX; in mlx5hws_table_get_res_fw_ft_type()
Dmlx5hws_matcher.c209 bool is_mirror) in hws_matcher_set_rtc_attr_sz() argument
215 if ((flow_src == MLX5HWS_MATCHER_FLOW_SRC_VPORT && !is_mirror) || in hws_matcher_set_rtc_attr_sz()
216 (flow_src == MLX5HWS_MATCHER_FLOW_SRC_WIRE && is_mirror)) { in hws_matcher_set_rtc_attr_sz()
Dmlx5hws_action.c241 bool is_mirror) in hws_action_fixup_stc_attr() argument
247 fw_tbl_type = mlx5hws_table_get_res_fw_ft_type(table_type, is_mirror); in hws_action_fixup_stc_attr()
251 if (is_mirror && stc_attr->ste_table.ignore_tx) { in hws_action_fixup_stc_attr()
258 if (!is_mirror) in hws_action_fixup_stc_attr()