Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/ !
Dmacsec_fs.c88 struct mlx5_flow_group *ft_check_group; member
241 if (tx_tables->ft_check_group) { in macsec_fs_tx_destroy()
242 mlx5_destroy_flow_group(tx_tables->ft_check_group); in macsec_fs_tx_destroy()
243 tx_tables->ft_check_group = NULL; in macsec_fs_tx_destroy()
494 tx_tables->ft_check_group = flow_group; in macsec_fs_tx_create()
1032 if (rx_tables->ft_check_group) { in macsec_fs_rx_destroy()
1033 mlx5_destroy_flow_group(rx_tables->ft_check_group); in macsec_fs_rx_destroy()
1034 rx_tables->ft_check_group = NULL; in macsec_fs_rx_destroy()
1589 rx_tables->ft_check_group = flow_group; in macsec_fs_rx_create()