Searched refs:tx_tables (Results 1 – 1 of 1) sorted by relevance
108 struct mlx5e_macsec_tables *tx_tables; in macsec_fs_tx_destroy() local110 tx_tables = &tx_fs->tables; in macsec_fs_tx_destroy()118 if (tx_tables->check_miss_rule) { in macsec_fs_tx_destroy()119 mlx5_del_flow_rules(tx_tables->check_miss_rule); in macsec_fs_tx_destroy()120 tx_tables->check_miss_rule = NULL; in macsec_fs_tx_destroy()123 if (tx_tables->ft_check_group) { in macsec_fs_tx_destroy()124 mlx5_destroy_flow_group(tx_tables->ft_check_group); in macsec_fs_tx_destroy()125 tx_tables->ft_check_group = NULL; in macsec_fs_tx_destroy()128 if (tx_tables->ft_check) { in macsec_fs_tx_destroy()129 mlx5_destroy_flow_table(tx_tables->ft_check); in macsec_fs_tx_destroy()[all …]