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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_fw.c137 ft_info.type = FS_FT_FDB;
165 mlx5dr_cmd_del_flow_table_entry(dmn->mdev, FS_FT_FDB, tbl_id);
H A Ddr_action.c1030 action->dest_tbl->fw_tbl.type = FS_FT_FDB;
1283 action->dest_tbl->fw_tbl.type = FS_FT_FDB;
H A Dfs_dr.c824 if (ft_type != FS_FT_FDB ||
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dpost_act.c34 FS_FT_FDB : FS_FT_NIC_RX;
H A Dsample.c131 MLX5_SET(sampler_obj, obj, table_type, FS_FT_FDB);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.h107 FS_FT_FDB = 0X4, enumerator in enum:fs_flow_table_type
365 (type == FS_FT_FDB) ? MLX5_CAP_ESW_FLOWTABLE_FDB(mdev, cap) : \
H A Dfs_cmd.c177 FS_FT_FDB);
223 if (ft->type == FS_FT_FDB &&
244 ft->type == FS_FT_FDB &&
962 table_type = FS_FT_FDB;
1137 case FS_FT_FDB:
H A Dfs_core.c1852 if (ft->type != FS_FT_FDB &&
3085 steering->fdb_root_ns = create_root_ns(steering, FS_FT_FDB);
3767 if (root->table_type != FS_FT_FDB)
H A Den_tc.c2601 fs_type = mlx5e_is_eswitch_flow(flow) ? FS_FT_FDB : FS_FT_NIC_RX;
H A Deswitch_offloads.c2638 FS_FT_FDB);

Completed in 191 milliseconds