Searched refs:mlx5_del_flow_table_entry (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_flow_table.c | 109 mlx5_del_flow_table_entry(ft, in mlx5e_del_eth_addr_from_flow_table() 113 mlx5_del_flow_table_entry(ft, in mlx5e_del_eth_addr_from_flow_table() 117 mlx5_del_flow_table_entry(ft, in mlx5e_del_eth_addr_from_flow_table() 121 mlx5_del_flow_table_entry(ft, in mlx5e_del_eth_addr_from_flow_table() 125 mlx5_del_flow_table_entry(ft, ai->ft_ix[MLX5E_TT_IPV6_TCP]); in mlx5e_del_eth_addr_from_flow_table() 128 mlx5_del_flow_table_entry(ft, ai->ft_ix[MLX5E_TT_IPV4_TCP]); in mlx5e_del_eth_addr_from_flow_table() 131 mlx5_del_flow_table_entry(ft, ai->ft_ix[MLX5E_TT_IPV6_UDP]); in mlx5e_del_eth_addr_from_flow_table() 134 mlx5_del_flow_table_entry(ft, ai->ft_ix[MLX5E_TT_IPV4_UDP]); in mlx5e_del_eth_addr_from_flow_table() 137 mlx5_del_flow_table_entry(ft, ai->ft_ix[MLX5E_TT_IPV6]); in mlx5e_del_eth_addr_from_flow_table() 140 mlx5_del_flow_table_entry(ft, ai->ft_ix[MLX5E_TT_IPV4]); in mlx5e_del_eth_addr_from_flow_table() [all …]
|
| D | flow_table.c | 336 void mlx5_del_flow_table_entry(void *flow_table, u32 flow_index) in mlx5_del_flow_table_entry() function 343 EXPORT_SYMBOL(mlx5_del_flow_table_entry);
|
| /linux-4.4.14/include/linux/mlx5/ |
| D | flow_table.h | 51 void mlx5_del_flow_table_entry(void *flow_table, u32 flow_index);
|