Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c1004 struct mlx5_macsec_tables *rx_tables; in macsec_fs_rx_destroy() local
1021 rx_tables = &rx_fs->tables; in macsec_fs_rx_destroy()
1023 if (rx_tables->check_miss_rule) { in macsec_fs_rx_destroy()
1024 mlx5_del_flow_rules(rx_tables->check_miss_rule); in macsec_fs_rx_destroy()
1025 rx_tables->check_miss_rule = NULL; in macsec_fs_rx_destroy()
1028 if (rx_tables->ft_check_group) { in macsec_fs_rx_destroy()
1029 mlx5_destroy_flow_group(rx_tables->ft_check_group); in macsec_fs_rx_destroy()
1030 rx_tables->ft_check_group = NULL; in macsec_fs_rx_destroy()
1033 if (rx_tables->ft_check) { in macsec_fs_rx_destroy()
1034 mlx5_destroy_flow_table(rx_tables->ft_check); in macsec_fs_rx_destroy()
[all …]