Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dmacsec_fs.c223 struct mlx5_macsec_tables *tx_tables; in macsec_fs_tx_destroy() local
228 tx_tables = &tx_fs->tables; in macsec_fs_tx_destroy()
236 if (tx_tables->check_miss_rule) { in macsec_fs_tx_destroy()
237 mlx5_del_flow_rules(tx_tables->check_miss_rule); in macsec_fs_tx_destroy()
238 tx_tables->check_miss_rule = NULL; in macsec_fs_tx_destroy()
241 if (tx_tables->ft_check_group) { in macsec_fs_tx_destroy()
242 mlx5_destroy_flow_group(tx_tables->ft_check_group); in macsec_fs_tx_destroy()
243 tx_tables->ft_check_group = NULL; in macsec_fs_tx_destroy()
246 if (tx_tables->ft_check) { in macsec_fs_tx_destroy()
247 mlx5_destroy_flow_table(tx_tables->ft_check); in macsec_fs_tx_destroy()
[all …]