Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c84 struct mlx5_flow_group *ft_check_group; member
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()
490 tx_tables->ft_check_group = flow_group; in macsec_fs_tx_create()
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()
1585 rx_tables->ft_check_group = flow_group; in macsec_fs_rx_create()