Searched refs:tx_tables (Results 1 – 1 of 1) sorted by relevance
219 struct mlx5_macsec_tables *tx_tables; in macsec_fs_tx_destroy() local224 tx_tables = &tx_fs->tables; in macsec_fs_tx_destroy()232 if (tx_tables->check_miss_rule) { in macsec_fs_tx_destroy()233 mlx5_del_flow_rules(tx_tables->check_miss_rule); in macsec_fs_tx_destroy()234 tx_tables->check_miss_rule = NULL; in macsec_fs_tx_destroy()237 if (tx_tables->ft_check_group) { in macsec_fs_tx_destroy()238 mlx5_destroy_flow_group(tx_tables->ft_check_group); in macsec_fs_tx_destroy()239 tx_tables->ft_check_group = NULL; in macsec_fs_tx_destroy()242 if (tx_tables->ft_check) { in macsec_fs_tx_destroy()243 mlx5_destroy_flow_table(tx_tables->ft_check); in macsec_fs_tx_destroy()[all …]