Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dlegacy.c322 if (esw->mode != MLX5_ESWITCH_LEGACY || !mlx5_esw_is_fdb_created(esw)) { in mlx5_eswitch_set_vepa()
342 if (esw->mode != MLX5_ESWITCH_LEGACY || !mlx5_esw_is_fdb_created(esw)) in mlx5_eswitch_get_vepa()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h665 static inline bool mlx5_esw_is_fdb_created(struct mlx5_eswitch *esw) in mlx5_esw_is_fdb_created() function
H A Deswitch.c1530 toggle_lag = !mlx5_esw_is_fdb_created(esw); in mlx5_eswitch_enable()
1535 if (!mlx5_esw_is_fdb_created(esw)) { in mlx5_eswitch_enable()
H A Deswitch_offloads.c2193 if (!mlx5_esw_is_fdb_created(esw)) in mlx5_eswitch_inline_mode_get()
2420 if (mlx5_esw_is_fdb_created(esw)) { in esw_port_metadata_set()