Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.h114 FS_FT_FDB_TX = 0xb, enumerator
115 FS_FT_MAX_TYPE = FS_FT_FDB_TX,
384 (type == FS_FT_FDB_TX) ? MLX5_CAP_ESW_FLOWTABLE_FDB(mdev, cap) : \
385 (BUILD_BUG_ON_ZERO(FS_FT_FDB_TX != FS_FT_MAX_TYPE))\
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_table.h43 return is_mirror ? FS_FT_FDB_TX : FS_FT_FDB_RX; in mlx5hws_table_get_res_fw_ft_type()
Dmlx5hws_action.c272 if (fw_tbl_type == FS_FT_FDB_TX) { in hws_action_fixup_stc_attr()
281 if (fw_tbl_type == FS_FT_FDB_TX || fw_tbl_type == FS_FT_FDB_RX) { in hws_action_fixup_stc_attr()
297 if (fw_tbl_type == FS_FT_FDB_TX || fw_tbl_type == FS_FT_FDB_RX) { in hws_action_fixup_stc_attr()