Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dmacsec_fs.h17 struct mlx5_macsec_fs;
43 void mlx5_macsec_fs_cleanup(struct mlx5_macsec_fs *macsec_fs);
45 struct mlx5_macsec_fs *
49 mlx5_macsec_fs_add_rule(struct mlx5_macsec_fs *macsec_fs,
54 void mlx5_macsec_fs_del_rule(struct mlx5_macsec_fs *macsec_fs,
58 void mlx5_macsec_fs_get_stats_fill(struct mlx5_macsec_fs *macsec_fs, void *macsec_stats);
59 struct mlx5_macsec_stats *mlx5_macsec_fs_get_stats(struct mlx5_macsec_fs *macsec_fs);
60 u32 mlx5_macsec_fs_get_fs_id_from_hashtable(struct mlx5_macsec_fs *macsec_fs, sci_t *sci);
Dmacsec_fs.c182 struct mlx5_macsec_fs { struct
220 static void macsec_fs_tx_destroy(struct mlx5_macsec_fs *macsec_fs) in macsec_fs_tx_destroy() argument
360 static int macsec_fs_tx_roce_create(struct mlx5_macsec_fs *macsec_fs) in macsec_fs_tx_roce_create()
389 static int macsec_fs_tx_create(struct mlx5_macsec_fs *macsec_fs) in macsec_fs_tx_create()
548 static int macsec_fs_tx_ft_get(struct mlx5_macsec_fs *macsec_fs) in macsec_fs_tx_ft_get()
567 static void macsec_fs_tx_ft_put(struct mlx5_macsec_fs *macsec_fs) in macsec_fs_tx_ft_put()
577 static int macsec_fs_tx_setup_fte(struct mlx5_macsec_fs *macsec_fs, in macsec_fs_tx_setup_fte()
770 static void macsec_fs_tx_del_rule(struct mlx5_macsec_fs *macsec_fs, in macsec_fs_tx_del_rule()
800 macsec_fs_tx_add_rule(struct mlx5_macsec_fs *macsec_fs, in macsec_fs_tx_add_rule()
897 static void macsec_fs_tx_cleanup(struct mlx5_macsec_fs *macsec_fs) in macsec_fs_tx_cleanup()
[all …]
/linux-6.12.1/include/linux/mlx5/
Dmacsec.h9 struct mlx5_macsec_fs *macsec_fs;
17 struct mlx5_macsec_fs *macsec_fs);
19 void mlx5_macsec_del_roce_rule(u16 gid_idx, struct mlx5_macsec_fs *macsec_fs,
25 struct mlx5_macsec_fs *macsec_fs, bool is_tx);
27 void mlx5_macsec_del_roce_sa_rules(u32 fs_id, struct mlx5_macsec_fs *macsec_fs,
Ddriver.h830 struct mlx5_macsec_fs *macsec_fs;
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dmacsec_stats.c52 struct mlx5_macsec_fs *macsec_fs; in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()
Dmacsec.c341 struct mlx5_macsec_fs *macsec_fs = priv->mdev->macsec_fs; in mlx5e_macsec_init_sa_fs()
1724 struct mlx5_macsec_fs *macsec_fs; in mlx5e_macsec_init()