Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dmacsec_fs.c64 struct mlx5_flow_group *ft_check_group; member
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()
344 tx_tables->ft_check_group = flow_group; in macsec_fs_tx_create()
715 if (rx_tables->ft_check_group) { in macsec_fs_rx_destroy()
716 mlx5_destroy_flow_group(rx_tables->ft_check_group); in macsec_fs_rx_destroy()
717 rx_tables->ft_check_group = NULL; in macsec_fs_rx_destroy()
977 rx_tables->ft_check_group = flow_group; in macsec_fs_rx_create()