Searched refs:tx_fs (Results 1 – 1 of 1) sorted by relevance
180 struct mlx5_macsec_tx *tx_fs; member218 struct mlx5_macsec_tx *tx_fs = macsec_fs->tx_fs; in macsec_fs_tx_destroy() local222 mlx5_destroy_flow_table(tx_fs->ft_rdma_tx); in macsec_fs_tx_destroy()224 tx_tables = &tx_fs->tables; in macsec_fs_tx_destroy()227 if (tx_fs->check_rule) { in macsec_fs_tx_destroy()228 mlx5_del_flow_rules(tx_fs->check_rule); in macsec_fs_tx_destroy()229 tx_fs->check_rule = NULL; in macsec_fs_tx_destroy()248 if (tx_fs->crypto_mke_rule) { in macsec_fs_tx_destroy()249 mlx5_del_flow_rules(tx_fs->crypto_mke_rule); in macsec_fs_tx_destroy()250 tx_fs->crypto_mke_rule = NULL; in macsec_fs_tx_destroy()[all …]