Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dtable.h34 *ret_type = FS_FT_FDB; in mlx5hws_table_get_fw_ft_type()
H A Dfs_hws.c262 if (ns->table_type != FS_FT_FDB) { in mlx5_cmd_hws_create_flow_table()
1603 if (ft_type != FS_FT_FDB) in mlx5_cmd_hws_get_capabilities()
H A Daction.c1379 ft_attr.type = FS_FT_FDB; in mlx5hws_action_create_dest_array()
1886 ft_attr.type = FS_FT_FDB; in mlx5hws_action_create_flow_sampler()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dpost_act.c34 FS_FT_FDB : FS_FT_NIC_RX; in mlx5e_tc_post_act_init()
H A Dsample.c131 MLX5_SET(sampler_obj, obj, table_type, FS_FT_FDB); in sampler_obj_create()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_cmd.c177 FS_FT_FDB); in mlx5_cmd_set_slave_root_fdb()
224 if (ft->type == FS_FT_FDB && in mlx5_cmd_update_root_ft()
249 ft->type == FS_FT_FDB && in mlx5_cmd_update_root_ft()
992 table_type = FS_FT_FDB; in mlx5_cmd_modify_header_alloc()
1167 case FS_FT_FDB: in mlx5_fs_cmd_get_default()
H A Dfs_core.h419 (type == FS_FT_FDB) ? MLX5_CAP_ESW_FLOWTABLE_FDB(mdev, cap) : \
H A Dfs_core.c2042 if (ft->type != FS_FT_FDB && in dest_is_valid()
3573 steering->fdb_root_ns = create_root_ns(steering, FS_FT_FDB); in init_fdb_root_ns()
4286 if (root->table_type != FS_FT_FDB) in mlx5_flow_namespace_set_mode()
H A Deswitch_offloads.c2822 FS_FT_FDB); in esw_set_slave_root_fdb()
/linux/include/linux/mlx5/
H A Dfs.h137 FS_FT_FDB = 0X4, enumerator