Searched refs:is_mirror (Results 1 – 6 of 6) sorted by relevance
41 bool is_mirror) in mlx5hws_table_get_res_fw_ft_type() argument44 return is_mirror ? FS_FT_FDB_TX : FS_FT_FDB_RX; in mlx5hws_table_get_res_fw_ft_type()
456 bool is_mirror) in hws_matcher_set_rtc_attr_sz() argument460 if ((flow_src == MLX5HWS_MATCHER_FLOW_SRC_VPORT && !is_mirror) || in hws_matcher_set_rtc_attr_sz()461 (flow_src == MLX5HWS_MATCHER_FLOW_SRC_WIRE && is_mirror)) { in hws_matcher_set_rtc_attr_sz()
244 bool is_mirror) in hws_action_fixup_stc_attr() argument251 fw_tbl_type = mlx5hws_table_get_res_fw_ft_type(table_type, is_mirror); in hws_action_fixup_stc_attr()255 if (is_mirror && stc_attr->ste_table.ignore_tx) { in hws_action_fixup_stc_attr()263 if (!is_mirror) in hws_action_fixup_stc_attr()
157 return sp->role.is_mirror; in is_mirror_sp()
262 role.is_mirror = true; in kvm_tdp_mmu_alloc_root()
359 unsigned is_mirror:1; member