Searched refs:tx_fs (Results 1 – 1 of 1) sorted by relevance
184 struct mlx5_macsec_tx *tx_fs; member222 struct mlx5_macsec_tx *tx_fs = macsec_fs->tx_fs; in macsec_fs_tx_destroy() local226 mlx5_destroy_flow_table(tx_fs->ft_rdma_tx); in macsec_fs_tx_destroy()228 tx_tables = &tx_fs->tables; in macsec_fs_tx_destroy()231 if (tx_fs->check_rule) { in macsec_fs_tx_destroy()232 mlx5_del_flow_rules(tx_fs->check_rule); in macsec_fs_tx_destroy()233 tx_fs->check_rule = NULL; in macsec_fs_tx_destroy()252 if (tx_fs->crypto_mke_rule) { in macsec_fs_tx_destroy()253 mlx5_del_flow_rules(tx_fs->crypto_mke_rule); in macsec_fs_tx_destroy()254 tx_fs->crypto_mke_rule = NULL; in macsec_fs_tx_destroy()[all …]