Home
last modified time | relevance | path

Searched defs:mlx5_macsec_fs (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c182 struct mlx5_macsec_fs { struct
183 struct mlx5_core_dev *mdev;
184 struct mlx5_macsec_tx *tx_fs;
185 struct mlx5_macsec_rx *rx_fs;
188 struct mlx5_macsec_stats stats;
191 struct rhashtable sci_hash; /* sci -> mlx5_fs_id */
194 struct rhashtable fs_id_hash; /* fs_id -> mlx5_fs_id */
220 static void macsec_fs_tx_destroy(struct mlx5_macsec_fs *macsec_fs) in macsec_fs_tx_destroy() argument