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.c87 struct mlx5_flow_table *ft_check; member
246 if (tx_tables->ft_check) { in macsec_fs_tx_destroy()
247 mlx5_destroy_flow_table(tx_tables->ft_check); in macsec_fs_tx_destroy()
248 tx_tables->ft_check = NULL; in macsec_fs_tx_destroy()
480 tx_tables->ft_check = flow_table; in macsec_fs_tx_create()
486 flow_group = mlx5_create_flow_group(tx_tables->ft_check, flow_group_in); in macsec_fs_tx_create()
502 rule = mlx5_add_flow_rules(tx_tables->ft_check, NULL, &flow_act, &dest, 1); in macsec_fs_tx_create()
523 rule = mlx5_add_flow_rules(tx_tables->ft_check, spec, &flow_act, &dest, 1); in macsec_fs_tx_create()
870 dest.ft = tx_tables->ft_check; in macsec_fs_tx_add_rule()
1037 if (rx_tables->ft_check) { in macsec_fs_rx_destroy()
[all …]