Searched defs:mlx5_macsec_fs (Results 1 – 1 of 1) sorted by relevance
178 struct mlx5_macsec_fs { struct179 struct mlx5_core_dev *mdev;180 struct mlx5_macsec_tx *tx_fs;181 struct mlx5_macsec_rx *rx_fs;184 struct mlx5_macsec_stats stats;187 struct rhashtable sci_hash; /* sci -> mlx5_fs_id */190 struct rhashtable fs_id_hash; /* fs_id -> mlx5_fs_id */216 static void macsec_fs_tx_destroy(struct mlx5_macsec_fs *macsec_fs) in macsec_fs_tx_destroy() argument