Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_common.c145 u8 lb_flags = 0; in mlx5e_refresh_tirs() local
157 lb_flags = MLX5_TIRC_SELF_LB_BLOCK_BLOCK_UNICAST; in mlx5e_refresh_tirs()
160 lb_flags |= MLX5_TIRC_SELF_LB_BLOCK_BLOCK_MULTICAST; in mlx5e_refresh_tirs()
162 if (lb_flags) in mlx5e_refresh_tirs()
163 MLX5_SET(modify_tir_in, in, ctx.self_lb_block, lb_flags); in mlx5e_refresh_tirs()