Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dtable.h41 bool is_mirror) in mlx5hws_table_get_res_fw_ft_type() argument
44 return is_mirror ? FS_FT_FDB_TX : FS_FT_FDB_RX; in mlx5hws_table_get_res_fw_ft_type()
H A Dmatcher.c456 bool is_mirror) in hws_matcher_set_rtc_attr_sz() argument
460 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()
H A Daction.c244 bool is_mirror) in hws_action_fixup_stc_attr() argument
251 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()
/linux/arch/x86/kvm/mmu/
H A Dmmu_internal.h157 return sp->role.is_mirror; in is_mirror_sp()
H A Dtdp_mmu.c262 role.is_mirror = true; in kvm_tdp_mmu_alloc_root()
/linux/arch/x86/include/asm/
H A Dkvm_host.h359 unsigned is_mirror:1; member