Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c83 struct mlx5_flow_table *ft_check; member
242 if (tx_tables->ft_check) { in macsec_fs_tx_destroy()
243 mlx5_destroy_flow_table(tx_tables->ft_check); in macsec_fs_tx_destroy()
244 tx_tables->ft_check = NULL; in macsec_fs_tx_destroy()
476 tx_tables->ft_check = flow_table; in macsec_fs_tx_create()
482 flow_group = mlx5_create_flow_group(tx_tables->ft_check, flow_group_in); in macsec_fs_tx_create()
498 rule = mlx5_add_flow_rules(tx_tables->ft_check, NULL, &flow_act, &dest, 1); in macsec_fs_tx_create()
519 rule = mlx5_add_flow_rules(tx_tables->ft_check, spec, &flow_act, &dest, 1); in macsec_fs_tx_create()
866 dest.ft = tx_tables->ft_check; in macsec_fs_tx_add_rule()
1033 if (rx_tables->ft_check) { in macsec_fs_rx_destroy()
[all …]