Searched refs:is_mirror (Results 1 – 6 of 6) sorted by relevance
40 bool is_mirror) in mlx5hws_table_get_res_fw_ft_type() argument43 return is_mirror ? FS_FT_FDB_TX : FS_FT_FDB_RX; in mlx5hws_table_get_res_fw_ft_type()
201 bool is_mirror) in hws_matcher_set_rtc_attr_sz() argument207 if ((flow_src == MLX5HWS_MATCHER_FLOW_SRC_VPORT && !is_mirror) || in hws_matcher_set_rtc_attr_sz()208 (flow_src == MLX5HWS_MATCHER_FLOW_SRC_WIRE && is_mirror)) { in hws_matcher_set_rtc_attr_sz()
239 bool is_mirror) in hws_action_fixup_stc_attr() argument245 fw_tbl_type = mlx5hws_table_get_res_fw_ft_type(table_type, is_mirror); in hws_action_fixup_stc_attr()249 if (is_mirror && stc_attr->ste_table.ignore_tx) { in hws_action_fixup_stc_attr()256 if (!is_mirror) in hws_action_fixup_stc_attr()
164 return sp->role.is_mirror; in is_mirror_sp()
262 role.is_mirror = true; in kvm_tdp_mmu_alloc_root()
355 unsigned is_mirror:1; member