Searched refs:mlx5_macsec_fs (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | macsec_fs.h | 32 struct mlx5_macsec_fs; 58 void mlx5_macsec_fs_cleanup(struct mlx5_macsec_fs *macsec_fs); 60 struct mlx5_macsec_fs * 64 mlx5_macsec_fs_add_rule(struct mlx5_macsec_fs *macsec_fs, 69 void mlx5_macsec_fs_del_rule(struct mlx5_macsec_fs *macsec_fs, 73 void mlx5_macsec_fs_get_stats_fill(struct mlx5_macsec_fs *macsec_fs, void *macsec_stats); 74 struct mlx5_macsec_stats *mlx5_macsec_fs_get_stats(struct mlx5_macsec_fs *macsec_fs); 75 u32 mlx5_macsec_fs_get_fs_id_from_hashtable(struct mlx5_macsec_fs *macsec_fs, sci_t *sci);
|
| H A D | macsec_fs.c | 178 struct mlx5_macsec_fs { struct 216 static void macsec_fs_tx_destroy(struct mlx5_macsec_fs *macsec_fs) in macsec_fs_tx_destroy() argument 356 static int macsec_fs_tx_roce_create(struct mlx5_macsec_fs *macsec_fs) in macsec_fs_tx_roce_create() 385 static int macsec_fs_tx_create(struct mlx5_macsec_fs *macsec_fs) in macsec_fs_tx_create() 544 static int macsec_fs_tx_ft_get(struct mlx5_macsec_fs *macsec_fs) in macsec_fs_tx_ft_get() 563 static void macsec_fs_tx_ft_put(struct mlx5_macsec_fs *macsec_fs) in macsec_fs_tx_ft_put() 573 static int macsec_fs_tx_setup_fte(struct mlx5_macsec_fs *macsec_fs, in macsec_fs_tx_setup_fte() 766 static void macsec_fs_tx_del_rule(struct mlx5_macsec_fs *macsec_fs, in macsec_fs_tx_del_rule() 796 macsec_fs_tx_add_rule(struct mlx5_macsec_fs *macsec_fs, in macsec_fs_tx_add_rule() 893 static void macsec_fs_tx_cleanup(struct mlx5_macsec_fs *macsec_fs) in macsec_fs_tx_cleanup() [all …]
|
| /linux/include/linux/mlx5/ |
| H A D | macsec.h | 9 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,
|
| H A D | driver.h | 792 struct mlx5_macsec_fs *macsec_fs;
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | macsec_stats.c | 52 struct mlx5_macsec_fs *macsec_fs; in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()
|
| H A D | macsec.c | 342 struct mlx5_macsec_fs *macsec_fs = priv->mdev->macsec_fs; in mlx5e_macsec_init_sa_fs() 1725 struct mlx5_macsec_fs *macsec_fs; in mlx5e_macsec_init()
|