Searched refs:mlx5_create_flow_table (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/mlx5/ |
D | flow_table.h | 44 void *mlx5_create_flow_table(struct mlx5_core_dev *dev, u8 level, u8 table_type,
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | flow_table.c | 345 void *mlx5_create_flow_table(struct mlx5_core_dev *dev, u8 level, u8 table_type, in mlx5_create_flow_table() function 402 EXPORT_SYMBOL(mlx5_create_flow_table);
|
D | en_flow_table.c | 828 priv->ft.main = mlx5_create_flow_table(priv->mdev, 1, in mlx5e_create_main_flow_table() 862 priv->ft.vlan = mlx5_create_flow_table(priv->mdev, 0, in mlx5e_create_vlan_flow_table()
|