Searched refs:mlx5_create_flow_table (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/dev/mlx5/ |
| HD | flow_table.h | 39 void *mlx5_create_flow_table(struct mlx5_core_dev *dev, u8 level, u8 table_type,
|
| /NextBSD/sys/dev/mlx5/mlx5_core/ |
| HD | mlx5_flow_table.c | 355 void *mlx5_create_flow_table(struct mlx5_core_dev *dev, u8 level, u8 table_type, in mlx5_create_flow_table() function 412 EXPORT_SYMBOL(mlx5_create_flow_table);
|
| HD | mlx5_eswitch_vacl.c | 598 acl_table->ft = mlx5_create_flow_table(acl_table->dev, in mlx5_vacl_table_create_ft()
|
| /NextBSD/sys/dev/mlx5/mlx5_en/ |
| HD | mlx5_en_flow_table.c | 789 priv->ft.main = mlx5_create_flow_table(priv->mdev, 1, in mlx5e_create_main_flow_table() 826 priv->ft.vlan = mlx5_create_flow_table(priv->mdev, 0, in mlx5e_create_vlan_flow_table()
|